#6B3428

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

Shades of Pueblo #6B3428

Tints of Pueblo #6B3428

Color information

#6B3428 (or 0x6B3428) is unknown color: approx Pueblo. HEX triplet: 6B, 34 and 28. RGB value is (107,52,40). Sum of RGB (Red+Green+Blue) = 107+52+40=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3428 is #94CBD7. Grayscale: #434343. Windows color (decimal): -9751512 or 2634859. OLE color: 2634859.

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

Color convert

RGB1075240-
CMYK00.510.630.58
HSL10.75º45.58%28.82%-
HSV(B)10.75º62.62%41.96%-
XYZ7.675.732.71-
YUV67.08112.72156.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=53.77%
G=26.13%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107524000.510.630.5810.7545.5828.82
Hex6B34280333F3Ab2e1d
Octal15364500637772135635
Binary11010111101001010000110011111111111010101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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