Html Css Color HEX #60413F Woody Brown

📋 copy color: '#60413F'

red 96 ◦ green 65 ◦ blue 63

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

Shades of Woody Brown #60413F

Tints of Woody Brown #60413F

RGB

 RED value IS 96 (37.89% from 255) = 42.86%

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 42.86%
G = 29.02%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60413F (or 0x60413F) is known color: Woody Brown. HEX triplet: 60, 41 and 3F. RGB value is (96,65,63). Sum of RGB (Red+Green+Blue) = 96+65+63=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60413F is #9FBEC0. Grayscale: #4A4A4A. Windows color (decimal): -10469057 or 4145504. OLE color: 4145504.

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

Color convert

RGB 96 65 63 -
CMYK 0 0.32 0.34 0.62
HSL 3.64º 0.21% 0.31% -
HSV(B) 3.64º 0.34% 0.38% -
XYZ 7.61 6.63 5.58 -
YUV 74.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 96 65 63 0 0.32 0.34 0.62 3.64 0.21 0.31
Hex 60 41 3F 0 20 22 3E 4 15 1F
Octal 140 101 77 0 40 42 76 4 25 37
Binary 1100000 1000001 111111 0 100000 100010 111110 100 10101 11111

Color Harmonies of #60413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60413F

Black with #60413F

Text Example


Text Example

White with #60413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60413F; }

 p { color: rgb(96,65,63); }

 H1.HeaderClassName
 {
   color: #60413F;
 }
 .AnyTagClassName
 {
   color: #60413F;
 }
</style>

background-color css

<style>
 a { background-color: #60413F; }

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

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

border-color css

<style>
 span { border-color: #60413F; }

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

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