#6C3828

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

Shades of Pueblo #6C3828

Tints of Pueblo #6C3828

Color information

#6C3828 (or 0x6C3828) is unknown color: approx Pueblo. HEX triplet: 6C, 38 and 28. RGB value is (108,56,40). Sum of RGB (Red+Green+Blue) = 108+56+40=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3828 is #93C7D7. Grayscale: #454545. Windows color (decimal): -9684952 or 2635884. OLE color: 2635884.

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

Color convert

RGB1085640-
CMYK00.480.630.58
HSL14.12º45.95%29.02%-
HSV(B)14.12º62.96%42.35%-
XYZ7.986.172.78-
YUV69.72111.23155.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.94%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=52.94%
G=27.45%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108564000.480.630.5814.1245.9529.02
Hex6C38280303F3Ae2e1d
Octal15470500607772165635
Binary11011001110001010000110000111111111010111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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