Html Css Color HEX #654213 Dark Brown

📋 copy color: '#654213'

red 101 ◦ green 66 ◦ blue 19

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

Shades of Dark Brown #654213

Tints of Dark Brown #654213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 54.3%
G = 35.48%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#654213 (or 0x654213) is known color: Dark Brown. HEX triplet: 65, 42 and 13. RGB value is (101,66,19). Sum of RGB (Red+Green+Blue) = 101+66+19=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #654213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654213 is #9ABDEC. Grayscale: #474747. Windows color (decimal): -10141165 or 1262181. OLE color: 1262181.

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

Color convert

RGB 101 66 19 -
CMYK 0 0.35 0.81 0.60
HSL 34.39º 0.68% 0.24% -
HSV(B) 34.39º 0.81% 0.4% -
XYZ 7.43 6.71 1.52 -
YUV 71.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 101 66 19 0 0.35 0.81 0.60 34.39 0.68 0.24
Hex 65 42 13 0 23 51 3C 22 44 18
Octal 145 102 23 0 43 121 74 42 104 30
Binary 1100101 1000010 10011 0 100011 1010001 111100 100010 1000100 11000

Color Harmonies of #654213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654213

Black with #654213

Text Example


Text Example

White with #654213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654213; }

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

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

background-color css

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

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

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

border-color css

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

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

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