#6C3429

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

Shades of Pueblo #6C3429

Tints of Pueblo #6C3429

Color information

#6C3429 (or 0x6C3429) is unknown color: approx Pueblo. HEX triplet: 6C, 34 and 29. RGB value is (108,52,41). Sum of RGB (Red+Green+Blue) = 108+52+41=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3429 is #93CBD6. Grayscale: #434343. Windows color (decimal): -9685975 or 2700396. OLE color: 2700396.

HSL color Cylindrical-coordinate representation of color #6C3429: hue angle of 9.85º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C3429 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1085241-
CMYK00.520.620.58
HSL9.85º44.97%29.22%-
HSV(B)9.85º62.04%42.35%-
XYZ7.815.82.81-
YUV67.49113.05156.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=53.73%
G=25.87%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108524100.520.620.589.8544.9729.22
Hex6C34290343E3Aa2d1d
Octal15464510647672125535
Binary11011001101001010010110100111110111010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,41); }

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

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

 a { background-color: rgb(108,52,41); }

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

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

 span { border-color: rgb(108,52,41); }

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