Html Css Color HEX #613F3F Woody Brown

📋 copy color: '#613F3F'

red 97 ◦ green 63 ◦ blue 63

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

Shades of Woody Brown #613F3F

Tints of Woody Brown #613F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.25%

R = 43.5%
G = 28.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#613F3F (or 0x613F3F) is known color: Woody Brown. HEX triplet: 61, 3F and 3F. RGB value is (97,63,63). Sum of RGB (Red+Green+Blue) = 97+63+63=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #613F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F3F is #9EC0C0. Grayscale: #494949. Windows color (decimal): -10404033 or 4144993. OLE color: 4144993.

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

Color convert

RGB 97 63 63 -
CMYK 0 0.35 0.35 0.62
HSL 0.21% 0.31% -
HSV(B) 0.35% 0.38% -
XYZ 7.6 6.46 5.55 -
YUV 73.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 97 63 63 0 0.35 0.35 0.62 0 0.21 0.31
Hex 61 3F 3F 0 23 23 3E 0 15 1F
Octal 141 77 77 0 43 43 76 0 25 37
Binary 1100001 111111 111111 0 100011 100011 111110 0 10101 11111

Color Harmonies of #613F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F3F

Black with #613F3F

Text Example


Text Example

White with #613F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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