Html Css Color HEX #613F14 Dark Brown

📋 copy color: '#613F14'

red 97 ◦ green 63 ◦ blue 20

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

Shades of Dark Brown #613F14

Tints of Dark Brown #613F14

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 53.89%
G = 35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613F14 (or 0x613F14) is known color: Dark Brown. HEX triplet: 61, 3F and 14. RGB value is (97,63,20). Sum of RGB (Red+Green+Blue) = 97+63+20=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #613F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F14 is #9EC0EB. Grayscale: #444444. Windows color (decimal): -10404076 or 1326945. OLE color: 1326945.

HSL color Cylindrical-coordinate representation of color #613F14: hue angle of 33.51º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #613F14 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 20 -
CMYK 0 0.35 0.79 0.62
HSL 33.51º 0.66% 0.23% -
HSV(B) 33.51º 0.79% 0.38% -
XYZ 6.83 6.15 1.49 -
YUV 68.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 97 63 20 0 0.35 0.79 0.62 33.51 0.66 0.23
Hex 61 3F 14 0 23 4F 3E 22 42 17
Octal 141 77 24 0 43 117 76 42 102 27
Binary 1100001 111111 10100 0 100011 1001111 111110 100010 1000010 10111

Color Harmonies of #613F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F14

Black with #613F14

Text Example


Text Example

White with #613F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613F14; }

 p { color: rgb(97,63,20); }

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

background-color css

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

 a { background-color: rgb(97,63,20); }

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

border-color css

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

 span { border-color: rgb(97,63,20); }

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