#6F3024

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

Shades of Pueblo #6F3024

Tints of Pueblo #6F3024

Color information

#6F3024 (or 0x6F3024) is unknown color: approx Pueblo. HEX triplet: 6F, 30 and 24. RGB value is (111,48,36). Sum of RGB (Red+Green+Blue) = 111+48+36=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3024 is #90CFDB. Grayscale: #414141. Windows color (decimal): -9490396 or 2371695. OLE color: 2371695.

HSL color Cylindrical-coordinate representation of color #6F3024: hue angle of 9.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 #6F3024 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1114836-
CMYK00.570.680.56
HSL9.6º51.02%28.82%-
HSV(B)9.6º67.57%43.53%-
XYZ7.935.622.34-
YUV65.47111.37160.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=56.92%
G=24.62%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111483600.570.680.569.651.0228.82
Hex6F30240394438a331d
Octal157604407110470126335
Binary110111111000010010001110011000100111000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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