Html Css Color HEX #614211 Dark Brown

📋 copy color: '#614211'

red 97 ◦ green 66 ◦ blue 17

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

Shades of Dark Brown #614211

Tints of Dark Brown #614211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 53.89%
G = 36.67%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#614211 (or 0x614211) is known color: Dark Brown. HEX triplet: 61, 42 and 11. RGB value is (97,66,17). Sum of RGB (Red+Green+Blue) = 97+66+17=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614211 is #9EBDEE. Grayscale: #454545. Windows color (decimal): -10403311 or 1131105. OLE color: 1131105.

HSL color Cylindrical-coordinate representation of color #614211: hue angle of 36.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614211 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 17 -
CMYK 0 0.32 0.82 0.62
HSL 36.75º 0.7% 0.22% -
HSV(B) 36.75º 0.82% 0.38% -
XYZ 6.98 6.48 1.41 -
YUV 69.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 97 66 17 0 0.32 0.82 0.62 36.75 0.7 0.22
Hex 61 42 11 0 20 52 3E 25 46 16
Octal 141 102 21 0 40 122 76 45 106 26
Binary 1100001 1000010 10001 0 100000 1010010 111110 100101 1000110 10110

Color Harmonies of #614211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614211

Black with #614211

Text Example


Text Example

White with #614211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614211; }

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

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

background-color css

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

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

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

border-color css

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

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

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