#6F2A22

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

Shades of Pueblo #6F2A22

Tints of Pueblo #6F2A22

Color information

#6F2A22 (or 0x6F2A22) is unknown color: approx Pueblo. HEX triplet: 6F, 2A and 22. RGB value is (111,42,34). Sum of RGB (Red+Green+Blue) = 111+42+34=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A22 is #90D5DD. Grayscale: #3D3D3D. Windows color (decimal): -9491934 or 2239087. OLE color: 2239087.

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

Color convert

RGB1114234-
CMYK00.620.690.56
HSL6.23º53.1%28.43%-
HSV(B)6.23º69.37%43.53%-
XYZ7.675.152.1-
YUV61.72112.36163.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=59.36%
G=22.46%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111423400.620.690.566.2353.128.43
Hex6F2A2203E45386351c
Octal15752420761057066534
Binary11011111010101000100111110100010111100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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