Html Css Color HEX #613E11 Dark Brown

📋 copy color: '#613E11'

red 97 ◦ green 62 ◦ blue 17

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

Shades of Dark Brown #613E11

Tints of Dark Brown #613E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.23%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 55.11%
G = 35.23%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613E11 (or 0x613E11) is known color: Dark Brown. HEX triplet: 61, 3E and 11. RGB value is (97,62,17). Sum of RGB (Red+Green+Blue) = 97+62+17=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #613E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E11 is #9EC1EE. Grayscale: #434343. Windows color (decimal): -10404335 or 1130081. OLE color: 1130081.

HSL color Cylindrical-coordinate representation of color #613E11: hue angle of 33.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #613E11 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 62 17 -
CMYK 0 0.36 0.82 0.62
HSL 33.75º 0.7% 0.22% -
HSV(B) 33.75º 0.82% 0.38% -
XYZ 6.75 6.03 1.34 -
YUV 67.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 97 62 17 0 0.36 0.82 0.62 33.75 0.7 0.22
Hex 61 3E 11 0 24 52 3E 22 46 16
Octal 141 76 21 0 44 122 76 42 106 26
Binary 1100001 111110 10001 0 100100 1010010 111110 100010 1000110 10110

Color Harmonies of #613E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E11

Black with #613E11

Text Example


Text Example

White with #613E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,17); }

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

background-color css

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

 a { background-color: rgb(97,62,17); }

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

border-color css

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

 span { border-color: rgb(97,62,17); }

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