Html Css Color HEX #613E18 Dark Brown

📋 copy color: '#613E18'

red 97 ◦ green 62 ◦ blue 24

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

Shades of Dark Brown #613E18

Tints of Dark Brown #613E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 53.01%
G = 33.88%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613E18 (or 0x613E18) is known color: Dark Brown. HEX triplet: 61, 3E and 18. RGB value is (97,62,24). Sum of RGB (Red+Green+Blue) = 97+62+24=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E18 is #9EC1E7. Grayscale: #444444. Windows color (decimal): -10404328 or 1588833. OLE color: 1588833.

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

Color convert

RGB 97 62 24 -
CMYK 0 0.36 0.75 0.62
HSL 31.23º 0.6% 0.24% -
HSV(B) 31.23º 0.75% 0.38% -
XYZ 6.82 6.05 1.67 -
YUV 68.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 97 62 24 0 0.36 0.75 0.62 31.23 0.6 0.24
Hex 61 3E 18 0 24 4B 3E 1F 3C 18
Octal 141 76 30 0 44 113 76 37 74 30
Binary 1100001 111110 11000 0 100100 1001011 111110 11111 111100 11000

Color Harmonies of #613E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E18

Black with #613E18

Text Example


Text Example

White with #613E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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