#6F2E22

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

Shades of Pueblo #6F2E22

Tints of Pueblo #6F2E22

Color information

#6F2E22 (or 0x6F2E22) is unknown color: approx Pueblo. HEX triplet: 6F, 2E and 22. RGB value is (111,46,34). Sum of RGB (Red+Green+Blue) = 111+46+34=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E22 is #90D1DD. Grayscale: #404040. Windows color (decimal): -9490910 or 2240111. OLE color: 2240111.

HSL color Cylindrical-coordinate representation of color #6F2E22: hue angle of 9.35º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2E22 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1114634-
CMYK00.590.690.56
HSL9.35º53.1%28.43%-
HSV(B)9.35º69.37%43.53%-
XYZ7.825.452.15-
YUV64.07111.03161.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=58.12%
G=24.08%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111463400.590.690.569.3553.128.43
Hex6F2E2203B45389351c
Octal157564207310570116534
Binary110111110111010001001110111000101111000100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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