Html Css Color HEX #654016 Dark Brown

📋 copy color: '#654016'

red 101 ◦ green 64 ◦ blue 22

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

Shades of Dark Brown #654016

Tints of Dark Brown #654016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 54.01%
G = 34.22%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#654016 (or 0x654016) is known color: Dark Brown. HEX triplet: 65, 40 and 16. RGB value is (101,64,22). Sum of RGB (Red+Green+Blue) = 101+64+22=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #654016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654016 is #9ABFE9. Grayscale: #464646. Windows color (decimal): -10141674 or 1458277. OLE color: 1458277.

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

Color convert

RGB 101 64 22 -
CMYK 0 0.37 0.78 0.60
HSL 31.9º 0.64% 0.24% -
HSV(B) 31.9º 0.78% 0.4% -
XYZ 7.35 6.49 1.62 -
YUV 70.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 101 64 22 0 0.37 0.78 0.60 31.9 0.64 0.24
Hex 65 40 16 0 25 4E 3C 20 40 18
Octal 145 100 26 0 45 116 74 40 100 30
Binary 1100101 1000000 10110 0 100101 1001110 111100 100000 1000000 11000

Color Harmonies of #654016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654016

Black with #654016

Text Example


Text Example

White with #654016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654016; }

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

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

background-color css

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

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

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

border-color css

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

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

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