Html Css Color HEX #614312 Dark Brown

📋 copy color: '#614312'

red 97 ◦ green 67 ◦ blue 18

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

Shades of Dark Brown #614312

Tints of Dark Brown #614312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 53.3%
G = 36.81%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614312 (or 0x614312) is known color: Dark Brown. HEX triplet: 61, 43 and 12. RGB value is (97,67,18). Sum of RGB (Red+Green+Blue) = 97+67+18=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614312 is #9EBCED. Grayscale: #464646. Windows color (decimal): -10403054 or 1196897. OLE color: 1196897.

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

Color convert

RGB 97 67 18 -
CMYK 0 0.31 0.81 0.62
HSL 37.22º 0.69% 0.23% -
HSV(B) 37.22º 0.81% 0.38% -
XYZ 7.05 6.6 1.47 -
YUV 70.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 97 67 18 0 0.31 0.81 0.62 37.22 0.69 0.23
Hex 61 43 12 0 1F 51 3E 25 45 17
Octal 141 103 22 0 37 121 76 45 105 27
Binary 1100001 1000011 10010 0 11111 1010001 111110 100101 1000101 10111

Color Harmonies of #614312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614312

Black with #614312

Text Example


Text Example

White with #614312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614312; }

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

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

background-color css

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

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

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

border-color css

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

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

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