#6F2614

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

Shades of Pueblo #6F2614

Tints of Pueblo #6F2614

Color information

#6F2614 (or 0x6F2614) is unknown color: approx Pueblo. HEX triplet: 6F, 26 and 14. RGB value is (111,38,20). Sum of RGB (Red+Green+Blue) = 111+38+20=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2614 is #90D9EB. Grayscale: #393939. Windows color (decimal): -9492972 or 1320559. OLE color: 1320559.

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

Color convert

RGB1113820-
CMYK00.660.820.56
HSL11.87º69.47%25.69%-
HSV(B)11.87º81.98%43.53%-
XYZ7.374.821.2-
YUV57.78106.68165.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.68%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=65.68%
G=22.49%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111382000.660.820.5611.8769.4725.69
Hex6F26140425238c451a
Octal15746240102122701410532
Binary1101111100110101000100001010100101110001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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