#6F3428

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

Shades of Pueblo #6F3428

Tints of Pueblo #6F3428

Color information

#6F3428 (or 0x6F3428) is unknown color: approx Pueblo. HEX triplet: 6F, 34 and 28. RGB value is (111,52,40). Sum of RGB (Red+Green+Blue) = 111+52+40=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3428 is #90CBD7. Grayscale: #444444. Windows color (decimal): -9489368 or 2634863. OLE color: 2634863.

HSL color Cylindrical-coordinate representation of color #6F3428: hue angle of 10.14º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F3428 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1115240-
CMYK00.530.640.56
HSL10.14º47.02%29.61%-
HSV(B)10.14º63.96%43.53%-
XYZ8.175.992.73-
YUV68.27112.05158.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=54.68%
G=25.62%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111524000.530.640.5610.1447.0229.61
Hex6F34280354038a2f1e
Octal157645006510070125736
Binary110111111010010100001101011000000111000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,40); }

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

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

 a { background-color: rgb(111,52,40); }

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

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

 span { border-color: rgb(111,52,40); }

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