Html Css Color HEX #614212 Dark Brown

📋 copy color: '#614212'

red 97 ◦ green 66 ◦ blue 18

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

Shades of Dark Brown #614212

Tints of Dark Brown #614212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 53.59%
G = 36.46%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614212 (or 0x614212) is known color: Dark Brown. HEX triplet: 61, 42 and 12. RGB value is (97,66,18). Sum of RGB (Red+Green+Blue) = 97+66+18=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #614212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614212 is #9EBDED. Grayscale: #464646. Windows color (decimal): -10403310 or 1196641. OLE color: 1196641.

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

Color convert

RGB 97 66 18 -
CMYK 0 0.32 0.81 0.62
HSL 36.46º 0.69% 0.23% -
HSV(B) 36.46º 0.81% 0.38% -
XYZ 6.99 6.48 1.46 -
YUV 69.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 97 66 18 0 0.32 0.81 0.62 36.46 0.69 0.23
Hex 61 42 12 0 20 51 3E 24 45 17
Octal 141 102 22 0 40 121 76 44 105 27
Binary 1100001 1000010 10010 0 100000 1010001 111110 100100 1000101 10111

Color Harmonies of #614212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614212

Black with #614212

Text Example


Text Example

White with #614212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614212; }

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

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

background-color css

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

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

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

border-color css

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

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

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