Html Css Color HEX #60413E Woody Brown

📋 copy color: '#60413E'

red 96 ◦ green 65 ◦ blue 62

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

Shades of Woody Brown #60413E

Tints of Woody Brown #60413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 43.05%
G = 29.15%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60413E (or 0x60413E) is known color: Woody Brown. HEX triplet: 60, 41 and 3E. RGB value is (96,65,62). Sum of RGB (Red+Green+Blue) = 96+65+62=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60413E is #9FBEC1. Grayscale: #494949. Windows color (decimal): -10469058 or 4079968. OLE color: 4079968.

HSL color Cylindrical-coordinate representation of color #60413E: hue angle of 5.29º degrees, saturation: 0.22, 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 #60413E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 62 -
CMYK 0 0.32 0.35 0.62
HSL 5.29º 0.22% 0.31% -
HSV(B) 5.29º 0.35% 0.38% -
XYZ 7.58 6.62 5.43 -
YUV 73.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 96 65 62 0 0.32 0.35 0.62 5.29 0.22 0.31
Hex 60 41 3E 0 20 23 3E 5 16 1F
Octal 140 101 76 0 40 43 76 5 26 37
Binary 1100000 1000001 111110 0 100000 100011 111110 101 10110 11111

Color Harmonies of #60413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60413E

Black with #60413E

Text Example


Text Example

White with #60413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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