#6A3628

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

Shades of Pueblo #6A3628

Tints of Pueblo #6A3628

Color information

#6A3628 (or 0x6A3628) is unknown color: approx Pueblo. HEX triplet: 6A, 36 and 28. RGB value is (106,54,40). Sum of RGB (Red+Green+Blue) = 106+54+40=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3628 is #95C9D7. Grayscale: #444444. Windows color (decimal): -9816536 or 2635370. OLE color: 2635370.

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

Color convert

RGB1065440-
CMYK00.490.620.58
HSL12.73º45.21%28.63%-
HSV(B)12.73º62.26%41.57%-
XYZ7.655.862.73-
YUV67.95112.23155.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 40 (16.02% from 255) = 20%
R=53%
G=27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106544000.490.620.5812.7345.2128.63
Hex6A36280313E3Ad2d1d
Octal15266500617672155535
Binary11010101101101010000110001111110111010110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,40); }

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

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

 a { background-color: rgb(106,54,40); }

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

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

 span { border-color: rgb(106,54,40); }

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