#6A2717

Color #6A2717 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6A2717

Tints of Pueblo #6A2717

Color information

#6A2717 (or 0x6A2717) is unknown color: approx Pueblo. HEX triplet: 6A, 27 and 17. RGB value is (106,39,23). Sum of RGB (Red+Green+Blue) = 106+39+23=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2717 is #95D8E8. Grayscale: #393939. Windows color (decimal): -9820393 or 1517418. OLE color: 1517418.

HSL color Cylindrical-coordinate representation of color #6A2717: hue angle of 11.57º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2717 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1063923-
CMYK00.630.780.58
HSL11.57º64.34%25.29%-
HSV(B)11.57º78.3%41.57%-
XYZ6.824.581.33-
YUV57.21108.7162.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 63.10%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=63.10%
G=23.21%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106392300.630.780.5811.5764.3425.29
Hex6A271703F4E3Ac4019
Octal1524727077116721410031
Binary110101010011110111011111110011101110101100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2717; }

 p { color: rgb(106,39,23); }

 H1.HeaderClassName
 {
   color: #6A2717;
 }
 .AnyTagClassName
 {
   color: #6A2717;
 }
</style>
background-color css

<style>
 a { background-color: #6A2717; }

 a { background-color: rgb(106,39,23); }

 div.DivClassName
 {
   background-color: #6A2717;
 }
 .BgClassName
 {
   background-color: #6A2717;
 }
</style>
border-color css

<style>
 span { border-color: #6A2717; }

 span { border-color: rgb(106,39,23); }

 td.TdClassName
 {
   border-color: #6A2717;
 }
 .TagClassName
 {
   border-color: #6A2717;
 }
</style>