Html Css Color HEX #613F2E Very Dark Brown

📋 copy color: '#613F2E'

red 97 ◦ green 63 ◦ blue 46

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

Shades of Very Dark Brown #613F2E

Tints of Very Dark Brown #613F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 47.09%
G = 30.58%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#613F2E (or 0x613F2E) is known color: Very Dark Brown. HEX triplet: 61, 3F and 2E. RGB value is (97,63,46). Sum of RGB (Red+Green+Blue) = 97+63+46=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F2E is #9EC0D1. Grayscale: #474747. Windows color (decimal): -10404050 or 3030881. OLE color: 3030881.

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

Color convert

RGB 97 63 46 -
CMYK 0 0.35 0.53 0.62
HSL 20º 0.36% 0.28% -
HSV(B) 20º 0.53% 0.38% -
XYZ 7.2 6.29 3.42 -
YUV 71.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 97 63 46 0 0.35 0.53 0.62 20 0.36 0.28
Hex 61 3F 2E 0 23 35 3E 14 24 1C
Octal 141 77 56 0 43 65 76 24 44 34
Binary 1100001 111111 101110 0 100011 110101 111110 10100 100100 11100

Color Harmonies of #613F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F2E

Black with #613F2E

Text Example


Text Example

White with #613F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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