Html Css Color HEX #613E10 Dark Brown

📋 copy color: '#613E10'

red 97 ◦ green 62 ◦ blue 16

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

Shades of Dark Brown #613E10

Tints of Dark Brown #613E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 55.43%
G = 35.43%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#613E10 (or 0x613E10) is known color: Dark Brown. HEX triplet: 61, 3E and 10. RGB value is (97,62,16). Sum of RGB (Red+Green+Blue) = 97+62+16=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E10 is #9EC1EF. Grayscale: #434343. Windows color (decimal): -10404336 or 1064545. OLE color: 1064545.

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

Color convert

RGB 97 62 16 -
CMYK 0 0.36 0.84 0.62
HSL 34.07º 0.72% 0.22% -
HSV(B) 34.07º 0.84% 0.38% -
XYZ 6.75 6.02 1.3 -
YUV 67.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 97 62 16 0 0.36 0.84 0.62 34.07 0.72 0.22
Hex 61 3E 10 0 24 54 3E 22 48 16
Octal 141 76 20 0 44 124 76 42 110 26
Binary 1100001 111110 10000 0 100100 1010100 111110 100010 1001000 10110

Color Harmonies of #613E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E10

Black with #613E10

Text Example


Text Example

White with #613E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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