#6F2B23

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

Shades of Pueblo #6F2B23

Tints of Pueblo #6F2B23

Color information

#6F2B23 (or 0x6F2B23) is unknown color: approx Pueblo. HEX triplet: 6F, 2B and 23. RGB value is (111,43,35). Sum of RGB (Red+Green+Blue) = 111+43+35=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B23 is #90D4DC. Grayscale: #3E3E3E. Windows color (decimal): -9491677 or 2304879. OLE color: 2304879.

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

Color convert

RGB1114335-
CMYK00.610.680.56
HSL6.32º52.05%28.63%-
HSV(B)6.32º68.47%43.53%-
XYZ7.725.232.19-
YUV62.42112.53162.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.73%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=58.73%
G=22.75%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111433500.610.680.566.3252.0528.63
Hex6F2B2303D44386341d
Octal15753430751047066435
Binary11011111010111000110111101100010011100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,43,35); }

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

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

 a { background-color: rgb(111,43,35); }

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

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

 span { border-color: rgb(111,43,35); }

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