Html Css Color HEX #624514 Dark Brown

📋 copy color: '#624514'

red 98 ◦ green 69 ◦ blue 20

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

Shades of Dark Brown #624514

Tints of Dark Brown #624514

RGB

 RED value IS 98 (38.67% from 255) = 52.41%

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 52.41%
G = 36.9%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#624514 (or 0x624514) is known color: Dark Brown. HEX triplet: 62, 45 and 14. RGB value is (98,69,20). Sum of RGB (Red+Green+Blue) = 98+69+20=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #624514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624514 is #9DBAEB. Grayscale: #484848. Windows color (decimal): -10337004 or 1328482. OLE color: 1328482.

HSL color Cylindrical-coordinate representation of color #624514: hue angle of 37.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624514 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 69 20 -
CMYK 0 0.30 0.80 0.62
HSL 37.69º 0.66% 0.23% -
HSV(B) 37.69º 0.8% 0.38% -
XYZ 7.29 6.9 1.61 -
YUV 72.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 98 69 20 0 0.30 0.80 0.62 37.69 0.66 0.23
Hex 62 45 14 0 1E 50 3E 26 42 17
Octal 142 105 24 0 36 120 76 46 102 27
Binary 1100010 1000101 10100 0 11110 1010000 111110 100110 1000010 10111

Color Harmonies of #624514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624514

Black with #624514

Text Example


Text Example

White with #624514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624514; }

 p { color: rgb(98,69,20); }

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

background-color css

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

 a { background-color: rgb(98,69,20); }

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

border-color css

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

 span { border-color: rgb(98,69,20); }

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