Html Css Color HEX #614618 Dark Brown

📋 copy color: '#614618'

red 97 ◦ green 70 ◦ blue 24

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

Shades of Dark Brown #614618

Tints of Dark Brown #614618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 50.79%
G = 36.65%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614618 (or 0x614618) is known color: Dark Brown. HEX triplet: 61, 46 and 18. RGB value is (97,70,24). Sum of RGB (Red+Green+Blue) = 97+70+24=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614618 is #9EB9E7. Grayscale: #494949. Windows color (decimal): -10402280 or 1590881. OLE color: 1590881.

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

Color convert

RGB 97 70 24 -
CMYK 0 0.28 0.75 0.62
HSL 37.81º 0.6% 0.24% -
HSV(B) 37.81º 0.75% 0.38% -
XYZ 7.28 6.99 1.83 -
YUV 72.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 97 70 24 0 0.28 0.75 0.62 37.81 0.6 0.24
Hex 61 46 18 0 1C 4B 3E 26 3C 18
Octal 141 106 30 0 34 113 76 46 74 30
Binary 1100001 1000110 11000 0 11100 1001011 111110 100110 111100 11000

Color Harmonies of #614618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614618

Black with #614618

Text Example


Text Example

White with #614618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614618; }

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

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

background-color css

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

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

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

border-color css

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

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

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