Html Css Color HEX #614624 Dark Brown

📋 copy color: '#614624'

red 97 ◦ green 70 ◦ blue 36

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

Shades of Dark Brown #614624

Tints of Dark Brown #614624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 47.78%
G = 34.48%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#614624 (or 0x614624) is known color: Dark Brown. HEX triplet: 61, 46 and 24. RGB value is (97,70,36). Sum of RGB (Red+Green+Blue) = 97+70+36=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614624 is #9EB9DB. Grayscale: #4A4A4A. Windows color (decimal): -10402268 or 2377313. OLE color: 2377313.

HSL color Cylindrical-coordinate representation of color #614624: hue angle of 33.44º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614624 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 36 -
CMYK 0 0.28 0.63 0.62
HSL 33.44º 0.46% 0.26% -
HSV(B) 33.44º 0.63% 0.38% -
XYZ 7.44 7.05 2.64 -
YUV 74.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 97 70 36 0 0.28 0.63 0.62 33.44 0.46 0.26
Hex 61 46 24 0 1C 3F 3E 21 2E 1A
Octal 141 106 44 0 34 77 76 41 56 32
Binary 1100001 1000110 100100 0 11100 111111 111110 100001 101110 11010

Color Harmonies of #614624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614624

Black with #614624

Text Example


Text Example

White with #614624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614624; }

 p { color: rgb(97,70,36); }

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

background-color css

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

 a { background-color: rgb(97,70,36); }

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

border-color css

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

 span { border-color: rgb(97,70,36); }

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