#6B3828

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

Shades of Pueblo #6B3828

Tints of Pueblo #6B3828

Color information

#6B3828 (or 0x6B3828) is unknown color: approx Pueblo. HEX triplet: 6B, 38 and 28. RGB value is (107,56,40). Sum of RGB (Red+Green+Blue) = 107+56+40=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3828 is #94C7D7. Grayscale: #454545. Windows color (decimal): -9750488 or 2635883. OLE color: 2635883.

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

Color convert

RGB1075640-
CMYK00.480.630.58
HSL14.33º45.58%28.82%-
HSV(B)14.33º62.62%41.96%-
XYZ7.866.112.77-
YUV69.42111.4154.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=52.71%
G=27.59%
B=19.70%

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
Decimal107564000.480.630.5814.3345.5828.82
Hex6B38280303F3Ae2e1d
Octal15370500607772165635
Binary11010111110001010000110000111111111010111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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