#654A20

Color #654A20 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #654A20

Tints of Dark Brown #654A20

Color information

#654A20 (or 0x654A20) is unknown color: approx Dark Brown. HEX triplet: 65, 4A and 20. RGB value is (101,74,32). Sum of RGB (Red+Green+Blue) = 101+74+32=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #654A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A20 is #9AB5DF. Grayscale: #4D4D4D. Windows color (decimal): -10139104 or 2116197. OLE color: 2116197.

HSL color Cylindrical-coordinate representation of color #654A20: hue angle of 36.52º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654A20 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1017432-
CMYK00.270.680.60
HSL36.52º51.88%26.08%-
HSV(B)36.52º68.32%39.61%-
XYZ8.087.772.44-
YUV77.28102.45144.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=48.79%
G=35.75%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101743200.270.680.6036.5251.8826.08
Hex654A2001B443C25341a
Octal1451124003310474456432
Binary11001011001010100000011011100010011110010010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654A20; }

 p { color: rgb(101,74,32); }

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

<style>
 a { background-color: #654A20; }

 a { background-color: rgb(101,74,32); }

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

<style>
 span { border-color: #654A20; }

 span { border-color: rgb(101,74,32); }

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