Html Css Color HEX #614412 Dark Brown

📋 copy color: '#614412'

red 97 ◦ green 68 ◦ blue 18

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

Shades of Dark Brown #614412

Tints of Dark Brown #614412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 53.01%
G = 37.16%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614412 (or 0x614412) is known color: Dark Brown. HEX triplet: 61, 44 and 12. RGB value is (97,68,18). Sum of RGB (Red+Green+Blue) = 97+68+18=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614412 is #9EBBED. Grayscale: #474747. Windows color (decimal): -10402798 or 1197153. OLE color: 1197153.

HSL color Cylindrical-coordinate representation of color #614412: hue angle of 37.97º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #614412 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 18 -
CMYK 0 0.30 0.81 0.62
HSL 37.97º 0.69% 0.23% -
HSV(B) 37.97º 0.81% 0.38% -
XYZ 7.11 6.72 1.49 -
YUV 70.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 97 68 18 0 0.30 0.81 0.62 37.97 0.69 0.23
Hex 61 44 12 0 1E 51 3E 26 45 17
Octal 141 104 22 0 36 121 76 46 105 27
Binary 1100001 1000100 10010 0 11110 1010001 111110 100110 1000101 10111

Color Harmonies of #614412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614412

Black with #614412

Text Example


Text Example

White with #614412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614412; }

 p { color: rgb(97,68,18); }

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

background-color css

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

 a { background-color: rgb(97,68,18); }

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

border-color css

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

 span { border-color: rgb(97,68,18); }

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