Html Css Color HEX #614820 Dark Brown

📋 copy color: '#614820'

red 97 ◦ green 72 ◦ blue 32

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

Shades of Dark Brown #614820

Tints of Dark Brown #614820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 48.26%
G = 35.82%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#614820 (or 0x614820) is known color: Dark Brown. HEX triplet: 61, 48 and 20. RGB value is (97,72,32). Sum of RGB (Red+Green+Blue) = 97+72+32=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614820 is #9EB7DF. Grayscale: #4B4B4B. Windows color (decimal): -10401760 or 2115681. OLE color: 2115681.

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

Color convert

RGB 97 72 32 -
CMYK 0 0.26 0.67 0.62
HSL 36.92º 0.5% 0.25% -
HSV(B) 36.92º 0.67% 0.38% -
XYZ 7.51 7.28 2.38 -
YUV 74.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 97 72 32 0 0.26 0.67 0.62 36.92 0.5 0.25
Hex 61 48 20 0 1A 43 3E 25 32 19
Octal 141 110 40 0 32 103 76 45 62 31
Binary 1100001 1001000 100000 0 11010 1000011 111110 100101 110010 11001

Color Harmonies of #614820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614820

Black with #614820

Text Example


Text Example

White with #614820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614820; }

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

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

background-color css

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

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

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

border-color css

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

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

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