Html Css Color HEX #614220 Dark Brown

📋 copy color: '#614220'

red 97 ◦ green 66 ◦ blue 32

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

Shades of Dark Brown #614220

Tints of Dark Brown #614220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 49.74%
G = 33.85%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#614220 (or 0x614220) is known color: Dark Brown. HEX triplet: 61, 42 and 20. RGB value is (97,66,32). Sum of RGB (Red+Green+Blue) = 97+66+32=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614220 is #9EBDDF. Grayscale: #474747. Windows color (decimal): -10403296 or 2114145. OLE color: 2114145.

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

Color convert

RGB 97 66 32 -
CMYK 0 0.32 0.67 0.62
HSL 31.38º 0.5% 0.25% -
HSV(B) 31.38º 0.67% 0.38% -
XYZ 7.14 6.54 2.25 -
YUV 71.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 97 66 32 0 0.32 0.67 0.62 31.38 0.5 0.25
Hex 61 42 20 0 20 43 3E 1F 32 19
Octal 141 102 40 0 40 103 76 37 62 31
Binary 1100001 1000010 100000 0 100000 1000011 111110 11111 110010 11001

Color Harmonies of #614220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614220

Black with #614220

Text Example


Text Example

White with #614220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614220; }

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

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

background-color css

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

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

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

border-color css

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

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

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