#6A3525

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

Shades of Pueblo #6A3525

Tints of Pueblo #6A3525

Color information

#6A3525 (or 0x6A3525) is unknown color: approx Pueblo. HEX triplet: 6A, 35 and 25. RGB value is (106,53,37). Sum of RGB (Red+Green+Blue) = 106+53+37=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3525 is #95CADA. Grayscale: #434343. Windows color (decimal): -9816795 or 2438506. OLE color: 2438506.

HSL color Cylindrical-coordinate representation of color #6A3525: hue angle of 13.91º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A3525 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB1065337-
CMYK00.50.650.58
HSL13.91º48.25%28.04%-
HSV(B)13.91º65.09%41.57%-
XYZ7.555.742.46-
YUV67.02111.06155.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.08%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=54.08%
G=27.04%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106533700.50.650.5813.9148.2528.04
Hex6A3525032413Ae301c
Octal152654506210172166034
Binary110101011010110010101100101000001111010111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,53,37); }

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

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

 a { background-color: rgb(106,53,37); }

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

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

 span { border-color: rgb(106,53,37); }

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