#6A3228

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

Shades of Pueblo #6A3228

Tints of Pueblo #6A3228

Color information

#6A3228 (or 0x6A3228) is unknown color: approx Pueblo. HEX triplet: 6A, 32 and 28. RGB value is (106,50,40). Sum of RGB (Red+Green+Blue) = 106+50+40=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3228 is #95CDD7. Grayscale: #414141. Windows color (decimal): -9817560 or 2634346. OLE color: 2634346.

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

Color convert

RGB1065040-
CMYK00.530.620.58
HSL9.09º45.21%28.63%-
HSV(B)9.09º62.26%41.57%-
XYZ7.475.52.68-
YUV65.6113.55156.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.08%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=54.08%
G=25.51%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106504000.530.620.589.0945.2128.63
Hex6A32280353E3A92d1d
Octal15262500657672115535
Binary11010101100101010000110101111110111010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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