#6F3528

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

Shades of Pueblo #6F3528

Tints of Pueblo #6F3528

Color information

#6F3528 (or 0x6F3528) is unknown color: approx Pueblo. HEX triplet: 6F, 35 and 28. RGB value is (111,53,40). Sum of RGB (Red+Green+Blue) = 111+53+40=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3528 is #90CAD7. Grayscale: #444444. Windows color (decimal): -9489112 or 2635119. OLE color: 2635119.

HSL color Cylindrical-coordinate representation of color #6F3528: hue angle of 10.99º 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 #6F3528 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1115340-
CMYK00.520.640.56
HSL10.99º47.02%29.61%-
HSV(B)10.99º63.96%43.53%-
XYZ8.216.082.75-
YUV68.86111.72158.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=54.41%
G=25.98%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111534000.520.640.5610.9947.0229.61
Hex6F35280344038b2f1e
Octal157655006410070135736
Binary110111111010110100001101001000000111000101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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