#6F2E24

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

Shades of Pueblo #6F2E24

Tints of Pueblo #6F2E24

Color information

#6F2E24 (or 0x6F2E24) is unknown color: approx Pueblo. HEX triplet: 6F, 2E and 24. RGB value is (111,46,36). Sum of RGB (Red+Green+Blue) = 111+46+36=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E24 is #90D1DB. Grayscale: #404040. Windows color (decimal): -9490908 or 2371183. OLE color: 2371183.

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

Color convert

RGB1114636-
CMYK00.590.680.56
HSL51.02%28.82%-
HSV(B)67.57%43.53%-
XYZ7.855.462.31-
YUV64.3112.03161.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=57.51%
G=23.83%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111463600.590.680.56851.0228.82
Hex6F2E2403B44388331d
Octal157564407310470106335
Binary110111110111010010001110111000100111000100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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