#6F2617

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

Shades of Pueblo #6F2617

Tints of Pueblo #6F2617

Color information

#6F2617 (or 0x6F2617) is unknown color: approx Pueblo. HEX triplet: 6F, 26 and 17. RGB value is (111,38,23). Sum of RGB (Red+Green+Blue) = 111+38+23=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2617 is #90D9E8. Grayscale: #3A3A3A. Windows color (decimal): -9492969 or 1517167. OLE color: 1517167.

HSL color Cylindrical-coordinate representation of color #6F2617: hue angle of 10.23º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2617 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1113823-
CMYK00.660.790.56
HSL10.23º65.67%26.27%-
HSV(B)10.23º79.28%43.53%-
XYZ7.44.831.35-
YUV58.12108.18165.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.53%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=64.53%
G=22.09%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111382300.660.790.5610.2365.6726.27
Hex6F26170424F38a421a
Octal15746270102117701210232
Binary1101111100110101110100001010011111110001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,23); }

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

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

 a { background-color: rgb(111,38,23); }

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

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

 span { border-color: rgb(111,38,23); }

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