Html Css Color HEX #613F1F Dark Brown

📋 copy color: '#613F1F'

red 97 ◦ green 63 ◦ blue 31

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

Shades of Dark Brown #613F1F

Tints of Dark Brown #613F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 50.79%
G = 32.98%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#613F1F (or 0x613F1F) is known color: Dark Brown. HEX triplet: 61, 3F and 1F. RGB value is (97,63,31). Sum of RGB (Red+Green+Blue) = 97+63+31=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1F is #9EC0E0. Grayscale: #454545. Windows color (decimal): -10404065 or 2047841. OLE color: 2047841.

HSL color Cylindrical-coordinate representation of color #613F1F: hue angle of 29.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613F1F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 31 -
CMYK 0 0.35 0.68 0.62
HSL 29.09º 0.52% 0.25% -
HSV(B) 29.09º 0.68% 0.38% -
XYZ 6.95 6.2 2.13 -
YUV 69.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 97 63 31 0 0.35 0.68 0.62 29.09 0.52 0.25
Hex 61 3F 1F 0 23 44 3E 1D 34 19
Octal 141 77 37 0 43 104 76 35 64 31
Binary 1100001 111111 11111 0 100011 1000100 111110 11101 110100 11001

Color Harmonies of #613F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F1F

Black with #613F1F

Text Example


Text Example

White with #613F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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