Html Css Color HEX #614614 Dark Brown

📋 copy color: '#614614'

red 97 ◦ green 70 ◦ blue 20

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

Shades of Dark Brown #614614

Tints of Dark Brown #614614

RGB

 RED value IS 97 (38.28% from 255) = 51.87%

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 51.87%
G = 37.43%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#614614 (or 0x614614) is known color: Dark Brown. HEX triplet: 61, 46 and 14. RGB value is (97,70,20). Sum of RGB (Red+Green+Blue) = 97+70+20=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614614 is #9EB9EB. Grayscale: #484848. Windows color (decimal): -10402284 or 1328737. OLE color: 1328737.

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

Color convert

RGB 97 70 20 -
CMYK 0 0.28 0.79 0.62
HSL 38.96º 0.66% 0.23% -
HSV(B) 38.96º 0.79% 0.38% -
XYZ 7.25 6.97 1.63 -
YUV 72.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 97 70 20 0 0.28 0.79 0.62 38.96 0.66 0.23
Hex 61 46 14 0 1C 4F 3E 27 42 17
Octal 141 106 24 0 34 117 76 47 102 27
Binary 1100001 1000110 10100 0 11100 1001111 111110 100111 1000010 10111

Color Harmonies of #614614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614614

Black with #614614

Text Example


Text Example

White with #614614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614614; }

 p { color: rgb(97,70,20); }

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

background-color css

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

 a { background-color: rgb(97,70,20); }

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

border-color css

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

 span { border-color: rgb(97,70,20); }

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