#6F3123

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

Shades of Pueblo #6F3123

Tints of Pueblo #6F3123

Color information

#6F3123 (or 0x6F3123) is unknown color: approx Pueblo. HEX triplet: 6F, 31 and 23. RGB value is (111,49,35). Sum of RGB (Red+Green+Blue) = 111+49+35=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3123 is #90CEDC. Grayscale: #424242. Windows color (decimal): -9490141 or 2306415. OLE color: 2306415.

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

Color convert

RGB1114935-
CMYK00.560.680.56
HSL11.05º52.05%28.63%-
HSV(B)11.05º68.47%43.53%-
XYZ7.965.72.27-
YUV65.94110.54160.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=56.92%
G=25.13%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111493500.560.680.5611.0552.0528.63
Hex6F31230384438b341d
Octal157614307010470136435
Binary110111111000110001101110001000100111000101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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