Html Css Color HEX #613F2F Very Dark Brown

📋 copy color: '#613F2F'

red 97 ◦ green 63 ◦ blue 47

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

Shades of Very Dark Brown #613F2F

Tints of Very Dark Brown #613F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 46.86%
G = 30.43%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#613F2F (or 0x613F2F) is known color: Very Dark Brown. HEX triplet: 61, 3F and 2F. RGB value is (97,63,47). Sum of RGB (Red+Green+Blue) = 97+63+47=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F2F is #9EC0D0. Grayscale: #474747. Windows color (decimal): -10404049 or 3096417. OLE color: 3096417.

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

Color convert

RGB 97 63 47 -
CMYK 0 0.35 0.52 0.62
HSL 19.2º 0.35% 0.28% -
HSV(B) 19.2º 0.52% 0.38% -
XYZ 7.22 6.3 3.53 -
YUV 71.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 97 63 47 0 0.35 0.52 0.62 19.2 0.35 0.28
Hex 61 3F 2F 0 23 34 3E 13 23 1C
Octal 141 77 57 0 43 64 76 23 43 34
Binary 1100001 111111 101111 0 100011 110100 111110 10011 100011 11100

Color Harmonies of #613F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F2F

Black with #613F2F

Text Example


Text Example

White with #613F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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