#6F3329

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

Shades of Pueblo #6F3329

Tints of Pueblo #6F3329

Color information

#6F3329 (or 0x6F3329) is unknown color: approx Pueblo. HEX triplet: 6F, 33 and 29. RGB value is (111,51,41). Sum of RGB (Red+Green+Blue) = 111+51+41=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3329 is #90CCD6. Grayscale: #434343. Windows color (decimal): -9489623 or 2700143. OLE color: 2700143.

HSL color Cylindrical-coordinate representation of color #6F3329: hue angle of 8.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3329 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1115141-
CMYK00.540.630.56
HSL8.57º46.05%29.8%-
HSV(B)8.57º63.06%43.53%-
XYZ8.145.912.81-
YUV67.8112.88158.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=54.68%
G=25.12%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111514100.540.630.568.5746.0529.8
Hex6F33290363F3892e1e
Octal15763510667770115636
Binary11011111100111010010110110111111111000100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,41); }

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

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

 a { background-color: rgb(111,51,41); }

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

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

 span { border-color: rgb(111,51,41); }

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