Html Css Color HEX #614216 Dark Brown

📋 copy color: '#614216'

red 97 ◦ green 66 ◦ blue 22

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

Shades of Dark Brown #614216

Tints of Dark Brown #614216

RGB

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

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

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

R = 52.43%
G = 35.68%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#614216 (or 0x614216) is known color: Dark Brown. HEX triplet: 61, 42 and 16. RGB value is (97,66,22). Sum of RGB (Red+Green+Blue) = 97+66+22=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614216 is #9EBDE9. Grayscale: #464646. Windows color (decimal): -10403306 or 1458785. OLE color: 1458785.

HSL color Cylindrical-coordinate representation of color #614216: hue angle of 35.2º 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 #614216 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 22 -
CMYK 0 0.32 0.77 0.62
HSL 35.2º 0.63% 0.23% -
HSV(B) 35.2º 0.77% 0.38% -
XYZ 7.02 6.5 1.64 -
YUV 70.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 97 66 22 0 0.32 0.77 0.62 35.2 0.63 0.23
Hex 61 42 16 0 20 4D 3E 23 3F 17
Octal 141 102 26 0 40 115 76 43 77 27
Binary 1100001 1000010 10110 0 100000 1001101 111110 100011 111111 10111

Color Harmonies of #614216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614216

Black with #614216

Text Example


Text Example

White with #614216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614216; }

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

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

background-color css

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

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

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

border-color css

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

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

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