Html Css Color HEX #654113 Dark Brown

📋 copy color: '#654113'

red 101 ◦ green 65 ◦ blue 19

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

Shades of Dark Brown #654113

Tints of Dark Brown #654113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 54.59%
G = 35.14%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#654113 (or 0x654113) is known color: Dark Brown. HEX triplet: 65, 41 and 13. RGB value is (101,65,19). Sum of RGB (Red+Green+Blue) = 101+65+19=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #654113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654113 is #9ABEEC. Grayscale: #464646. Windows color (decimal): -10141421 or 1261925. OLE color: 1261925.

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

Color convert

RGB 101 65 19 -
CMYK 0 0.36 0.81 0.60
HSL 33.66º 0.68% 0.24% -
HSV(B) 33.66º 0.81% 0.4% -
XYZ 7.37 6.59 1.5 -
YUV 70.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 101 65 19 0 0.36 0.81 0.60 33.66 0.68 0.24
Hex 65 41 13 0 24 51 3C 22 44 18
Octal 145 101 23 0 44 121 74 42 104 30
Binary 1100101 1000001 10011 0 100100 1010001 111100 100010 1000100 11000

Color Harmonies of #654113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654113

Black with #654113

Text Example


Text Example

White with #654113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654113; }

 p { color: rgb(101,65,19); }

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

background-color css

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

 a { background-color: rgb(101,65,19); }

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

border-color css

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

 span { border-color: rgb(101,65,19); }

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