Html Css Color HEX #654011 Dark Brown

📋 copy color: '#654011'

red 101 ◦ green 64 ◦ blue 17

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

Shades of Dark Brown #654011

Tints of Dark Brown #654011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 55.49%
G = 35.16%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#654011 (or 0x654011) is known color: Dark Brown. HEX triplet: 65, 40 and 11. RGB value is (101,64,17). Sum of RGB (Red+Green+Blue) = 101+64+17=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #654011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654011 is #9ABFEE. Grayscale: #454545. Windows color (decimal): -10141679 or 1130597. OLE color: 1130597.

HSL color Cylindrical-coordinate representation of color #654011: hue angle of 33.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #654011 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 64 17 -
CMYK 0 0.37 0.83 0.60
HSL 33.57º 0.71% 0.23% -
HSV(B) 33.57º 0.83% 0.4% -
XYZ 7.3 6.47 1.4 -
YUV 69.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 101 64 17 0 0.37 0.83 0.60 33.57 0.71 0.23
Hex 65 40 11 0 25 53 3C 22 47 17
Octal 145 100 21 0 45 123 74 42 107 27
Binary 1100101 1000000 10001 0 100101 1010011 111100 100010 1000111 10111

Color Harmonies of #654011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654011

Black with #654011

Text Example


Text Example

White with #654011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654011; }

 p { color: rgb(101,64,17); }

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

background-color css

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

 a { background-color: rgb(101,64,17); }

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

border-color css

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

 span { border-color: rgb(101,64,17); }

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