Html Css Color HEX #614520 Dark Brown

📋 copy color: '#614520'

red 97 ◦ green 69 ◦ blue 32

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

Shades of Dark Brown #614520

Tints of Dark Brown #614520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 48.99%
G = 34.85%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#614520 (or 0x614520) is known color: Dark Brown. HEX triplet: 61, 45 and 20. RGB value is (97,69,32). Sum of RGB (Red+Green+Blue) = 97+69+32=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614520 is #9EBADF. Grayscale: #494949. Windows color (decimal): -10402528 or 2114913. OLE color: 2114913.

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

Color convert

RGB 97 69 32 -
CMYK 0 0.29 0.67 0.62
HSL 34.15º 0.5% 0.25% -
HSV(B) 34.15º 0.67% 0.38% -
XYZ 7.32 6.9 2.31 -
YUV 73.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 97 69 32 0 0.29 0.67 0.62 34.15 0.5 0.25
Hex 61 45 20 0 1D 43 3E 22 32 19
Octal 141 105 40 0 35 103 76 42 62 31
Binary 1100001 1000101 100000 0 11101 1000011 111110 100010 110010 11001

Color Harmonies of #614520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614520

Black with #614520

Text Example


Text Example

White with #614520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614520; }

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

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

background-color css

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

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

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

border-color css

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

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

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