Html Css Color HEX #613F33 Very Dark Brown

📋 copy color: '#613F33'

red 97 ◦ green 63 ◦ blue 51

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

Shades of Very Dark Brown #613F33

Tints of Very Dark Brown #613F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 45.97%
G = 29.86%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613F33 (or 0x613F33) is known color: Very Dark Brown. HEX triplet: 61, 3F and 33. RGB value is (97,63,51). Sum of RGB (Red+Green+Blue) = 97+63+51=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F33 is #9EC0CC. Grayscale: #474747. Windows color (decimal): -10404045 or 3358561. OLE color: 3358561.

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

Color convert

RGB 97 63 51 -
CMYK 0 0.35 0.47 0.62
HSL 15.65º 0.31% 0.29% -
HSV(B) 15.65º 0.47% 0.38% -
XYZ 7.3 6.34 3.97 -
YUV 71.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 97 63 51 0 0.35 0.47 0.62 15.65 0.31 0.29
Hex 61 3F 33 0 23 2F 3E 10 1F 1D
Octal 141 77 63 0 43 57 76 20 37 35
Binary 1100001 111111 110011 0 100011 101111 111110 10000 11111 11101

Color Harmonies of #613F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F33

Black with #613F33

Text Example


Text Example

White with #613F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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