Html Css Color HEX #614616 Dark Brown

📋 copy color: '#614616'

red 97 ◦ green 70 ◦ blue 22

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

Shades of Dark Brown #614616

Tints of Dark Brown #614616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 51.32%
G = 37.04%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#614616 (or 0x614616) is known color: Dark Brown. HEX triplet: 61, 46 and 16. RGB value is (97,70,22). Sum of RGB (Red+Green+Blue) = 97+70+22=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614616 is #9EB9E9. Grayscale: #484848. Windows color (decimal): -10402282 or 1459809. OLE color: 1459809.

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

Color convert

RGB 97 70 22 -
CMYK 0 0.28 0.77 0.62
HSL 38.4º 0.63% 0.23% -
HSV(B) 38.4º 0.77% 0.38% -
XYZ 7.26 6.98 1.72 -
YUV 72.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 97 70 22 0 0.28 0.77 0.62 38.4 0.63 0.23
Hex 61 46 16 0 1C 4D 3E 26 3F 17
Octal 141 106 26 0 34 115 76 46 77 27
Binary 1100001 1000110 10110 0 11100 1001101 111110 100110 111111 10111

Color Harmonies of #614616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614616

Black with #614616

Text Example


Text Example

White with #614616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614616; }

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

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

background-color css

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

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

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

border-color css

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

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

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