#6F3524

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

Shades of Pueblo #6F3524

Tints of Pueblo #6F3524

Color information

#6F3524 (or 0x6F3524) is unknown color: approx Pueblo. HEX triplet: 6F, 35 and 24. RGB value is (111,53,36). Sum of RGB (Red+Green+Blue) = 111+53+36=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3524 is #90CADB. Grayscale: #444444. Windows color (decimal): -9489116 or 2372975. OLE color: 2372975.

HSL color Cylindrical-coordinate representation of color #6F3524: hue angle of 13.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F3524 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1115336-
CMYK00.520.680.56
HSL13.6º51.02%28.82%-
HSV(B)13.6º67.57%43.53%-
XYZ8.156.052.41-
YUV68.4109.72158.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=55.5%
G=26.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111533600.520.680.5613.651.0228.82
Hex6F35240344438e331d
Octal157654406410470166335
Binary110111111010110010001101001000100111000111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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