Html Css Color HEX #654314 Dark Brown

📋 copy color: '#654314'

red 101 ◦ green 67 ◦ blue 20

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

Shades of Dark Brown #654314

Tints of Dark Brown #654314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 53.72%
G = 35.64%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#654314 (or 0x654314) is known color: Dark Brown. HEX triplet: 65, 43 and 14. RGB value is (101,67,20). Sum of RGB (Red+Green+Blue) = 101+67+20=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #654314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654314 is #9ABCEB. Grayscale: #484848. Windows color (decimal): -10140908 or 1327973. OLE color: 1327973.

HSL color Cylindrical-coordinate representation of color #654314: hue angle of 34.81º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #654314 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 67 20 -
CMYK 0 0.34 0.80 0.60
HSL 34.81º 0.67% 0.24% -
HSV(B) 34.81º 0.8% 0.4% -
XYZ 7.5 6.83 1.59 -
YUV 71.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 101 67 20 0 0.34 0.80 0.60 34.81 0.67 0.24
Hex 65 43 14 0 22 50 3C 23 43 18
Octal 145 103 24 0 42 120 74 43 103 30
Binary 1100101 1000011 10100 0 100010 1010000 111100 100011 1000011 11000

Color Harmonies of #654314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654314

Black with #654314

Text Example


Text Example

White with #654314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654314; }

 p { color: rgb(101,67,20); }

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

background-color css

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

 a { background-color: rgb(101,67,20); }

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

border-color css

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

 span { border-color: rgb(101,67,20); }

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