Html Css Color HEX #613F19 Dark Brown

📋 copy color: '#613F19'

red 97 ◦ green 63 ◦ blue 25

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

Shades of Dark Brown #613F19

Tints of Dark Brown #613F19

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

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

R = 52.43%
G = 34.05%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613F19 (or 0x613F19) is known color: Dark Brown. HEX triplet: 61, 3F and 19. RGB value is (97,63,25). Sum of RGB (Red+Green+Blue) = 97+63+25=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F19 is #9EC0E6. Grayscale: #454545. Windows color (decimal): -10404071 or 1654625. OLE color: 1654625.

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

Color convert

RGB 97 63 25 -
CMYK 0 0.35 0.74 0.62
HSL 31.67º 0.59% 0.24% -
HSV(B) 31.67º 0.74% 0.38% -
XYZ 6.88 6.17 1.75 -
YUV 68.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 97 63 25 0 0.35 0.74 0.62 31.67 0.59 0.24
Hex 61 3F 19 0 23 4A 3E 20 3B 18
Octal 141 77 31 0 43 112 76 40 73 30
Binary 1100001 111111 11001 0 100011 1001010 111110 100000 111011 11000

Color Harmonies of #613F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F19

Black with #613F19

Text Example


Text Example

White with #613F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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