Html Css Color HEX #613C19 Dark Brown

📋 copy color: '#613C19'

red 97 ◦ green 60 ◦ blue 25

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

Shades of Dark Brown #613C19

Tints of Dark Brown #613C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.97%

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 53.3%
G = 32.97%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613C19 (or 0x613C19) is known color: Dark Brown. HEX triplet: 61, 3C and 19. RGB value is (97,60,25). Sum of RGB (Red+Green+Blue) = 97+60+25=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C19 is #9EC3E6. Grayscale: #434343. Windows color (decimal): -10404839 or 1653857. OLE color: 1653857.

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

Color convert

RGB 97 60 25 -
CMYK 0 0.38 0.74 0.62
HSL 29.17º 0.59% 0.24% -
HSV(B) 29.17º 0.74% 0.38% -
XYZ 6.72 5.84 1.69 -
YUV 67.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 97 60 25 0 0.38 0.74 0.62 29.17 0.59 0.24
Hex 61 3C 19 0 26 4A 3E 1D 3B 18
Octal 141 74 31 0 46 112 76 35 73 30
Binary 1100001 111100 11001 0 100110 1001010 111110 11101 111011 11000

Color Harmonies of #613C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C19

Black with #613C19

Text Example


Text Example

White with #613C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,25); }

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

background-color css

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

 a { background-color: rgb(97,60,25); }

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

border-color css

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

 span { border-color: rgb(97,60,25); }

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