Html Css Color HEX #654820 Dark Brown

📋 copy color: '#654820'

red 101 ◦ green 72 ◦ blue 32

#654820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #654820

Tints of Dark Brown #654820

RGB

 RED value IS 101 (39.84% from 255) = 49.27%

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 49.27%
G = 35.12%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#654820 (or 0x654820) is known color: Dark Brown. HEX triplet: 65, 48 and 20. RGB value is (101,72,32). Sum of RGB (Red+Green+Blue) = 101+72+32=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #654820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654820 is #9AB7DF. Grayscale: #4C4C4C. Windows color (decimal): -10139616 or 2115685. OLE color: 2115685.

HSL color Cylindrical-coordinate representation of color #654820: hue angle of 34.78º 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 #654820 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 72 32 -
CMYK 0 0.29 0.68 0.60
HSL 34.78º 0.52% 0.26% -
HSV(B) 34.78º 0.68% 0.4% -
XYZ 7.94 7.51 2.4 -
YUV 76.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 101 72 32 0 0.29 0.68 0.60 34.78 0.52 0.26
Hex 65 48 20 0 1D 44 3C 23 34 1A
Octal 145 110 40 0 35 104 74 43 64 32
Binary 1100101 1001000 100000 0 11101 1000100 111100 100011 110100 11010

Color Harmonies of #654820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654820

Black with #654820

Text Example


Text Example

White with #654820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654820; }

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

 H1.HeaderClassName
 {
   color: #654820;
 }
 .AnyTagClassName
 {
   color: #654820;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #654820;
 }
 .BgClassName
 {
   background-color: #654820;
 }
</style>

border-color css

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

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

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