#6F3223

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

Shades of Pueblo #6F3223

Tints of Pueblo #6F3223

Color information

#6F3223 (or 0x6F3223) is unknown color: approx Pueblo. HEX triplet: 6F, 32 and 23. RGB value is (111,50,35). Sum of RGB (Red+Green+Blue) = 111+50+35=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3223 is #90CDDC. Grayscale: #424242. Windows color (decimal): -9489885 or 2306671. OLE color: 2306671.

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

Color convert

RGB1115035-
CMYK00.550.680.56
HSL11.84º52.05%28.63%-
HSV(B)11.84º68.47%43.53%-
XYZ85.782.28-
YUV66.53110.21159.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=56.63%
G=25.51%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111503500.550.680.5611.8452.0528.63
Hex6F32230374438c341d
Octal157624306710470146435
Binary110111111001010001101101111000100111000110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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