Html Css Color HEX #613D14 Dark Brown

📋 copy color: '#613D14'

red 97 ◦ green 61 ◦ blue 20

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

Shades of Dark Brown #613D14

Tints of Dark Brown #613D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

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

R = 54.49%
G = 34.27%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613D14 (or 0x613D14) is known color: Dark Brown. HEX triplet: 61, 3D and 14. RGB value is (97,61,20). Sum of RGB (Red+Green+Blue) = 97+61+20=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D14 is #9EC2EB. Grayscale: #434343. Windows color (decimal): -10404588 or 1326433. OLE color: 1326433.

HSL color Cylindrical-coordinate representation of color #613D14: hue angle of 31.95º 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 #613D14 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 20 -
CMYK 0 0.37 0.79 0.62
HSL 31.95º 0.66% 0.23% -
HSV(B) 31.95º 0.79% 0.38% -
XYZ 6.72 5.93 1.45 -
YUV 67.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 97 61 20 0 0.37 0.79 0.62 31.95 0.66 0.23
Hex 61 3D 14 0 25 4F 3E 20 42 17
Octal 141 75 24 0 45 117 76 40 102 27
Binary 1100001 111101 10100 0 100101 1001111 111110 100000 1000010 10111

Color Harmonies of #613D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D14

Black with #613D14

Text Example


Text Example

White with #613D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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