#6B3128

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

Shades of Pueblo #6B3128

Tints of Pueblo #6B3128

Color information

#6B3128 (or 0x6B3128) is unknown color: approx Pueblo. HEX triplet: 6B, 31 and 28. RGB value is (107,49,40). Sum of RGB (Red+Green+Blue) = 107+49+40=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3128 is #94CED7. Grayscale: #414141. Windows color (decimal): -9752280 or 2634091. OLE color: 2634091.

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

Color convert

RGB1074940-
CMYK00.540.630.58
HSL8.06º45.58%28.82%-
HSV(B)8.06º62.62%41.96%-
XYZ7.545.482.67-
YUV65.32113.72157.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=54.59%
G=25%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107494000.540.630.588.0645.5828.82
Hex6B31280363F3A82e1d
Octal15361500667772105635
Binary11010111100011010000110110111111111010100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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