#6F3124

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

Shades of Pueblo #6F3124

Tints of Pueblo #6F3124

Color information

#6F3124 (or 0x6F3124) is unknown color: approx Pueblo. HEX triplet: 6F, 31 and 24. RGB value is (111,49,36). Sum of RGB (Red+Green+Blue) = 111+49+36=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3124 is #90CEDB. Grayscale: #424242. Windows color (decimal): -9490140 or 2371951. OLE color: 2371951.

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

Color convert

RGB1114936-
CMYK00.560.680.56
HSL10.4º51.02%28.82%-
HSV(B)10.4º67.57%43.53%-
XYZ7.975.72.35-
YUV66.06111.04160.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=56.63%
G=25%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111493600.560.680.5610.451.0228.82
Hex6F31240384438a331d
Octal157614407010470126335
Binary110111111000110010001110001000100111000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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