#6C3829

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

Shades of Pueblo #6C3829

Tints of Pueblo #6C3829

Color information

#6C3829 (or 0x6C3829) is unknown color: approx Pueblo. HEX triplet: 6C, 38 and 29. RGB value is (108,56,41). Sum of RGB (Red+Green+Blue) = 108+56+41=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3829 is #93C7D6. Grayscale: #454545. Windows color (decimal): -9684951 or 2701420. OLE color: 2701420.

HSL color Cylindrical-coordinate representation of color #6C3829: hue angle of 13.43º 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 #6C3829 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1085641-
CMYK00.480.620.58
HSL13.43º44.97%29.22%-
HSV(B)13.43º62.04%42.35%-
XYZ86.182.87-
YUV69.84111.73155.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 41 (16.41% from 255) = 20%
R=52.68%
G=27.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108564100.480.620.5813.4344.9729.22
Hex6C38290303E3Ad2d1d
Octal15470510607672155535
Binary11011001110001010010110000111110111010110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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