#6B3228

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

Shades of Pueblo #6B3228

Tints of Pueblo #6B3228

Color information

#6B3228 (or 0x6B3228) is unknown color: approx Pueblo. HEX triplet: 6B, 32 and 28. RGB value is (107,50,40). Sum of RGB (Red+Green+Blue) = 107+50+40=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3228 is #94CDD7. Grayscale: #424242. Windows color (decimal): -9752024 or 2634347. OLE color: 2634347.

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

Color convert

RGB1075040-
CMYK00.530.630.58
HSL8.96º45.58%28.82%-
HSV(B)8.96º62.62%41.96%-
XYZ7.595.562.68-
YUV65.9113.38157.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=54.31%
G=25.38%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107504000.530.630.588.9645.5828.82
Hex6B32280353F3A92e1d
Octal15362500657772115635
Binary11010111100101010000110101111111111010100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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