Html Css Color HEX #60423F Woody Brown

📋 copy color: '#60423F'

red 96 ◦ green 66 ◦ blue 63

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

Shades of Woody Brown #60423F

Tints of Woody Brown #60423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 42.67%
G = 29.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60423F (or 0x60423F) is known color: Woody Brown. HEX triplet: 60, 42 and 3F. RGB value is (96,66,63). Sum of RGB (Red+Green+Blue) = 96+66+63=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423F is #9FBDC0. Grayscale: #4A4A4A. Windows color (decimal): -10468801 or 4145760. OLE color: 4145760.

HSL color Cylindrical-coordinate representation of color #60423F: hue angle of 5.45º 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 #60423F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 63 -
CMYK 0 0.31 0.34 0.62
HSL 5.45º 0.21% 0.31% -
HSV(B) 5.45º 0.34% 0.38% -
XYZ 7.67 6.74 5.6 -
YUV 74.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 96 66 63 0 0.31 0.34 0.62 5.45 0.21 0.31
Hex 60 42 3F 0 1F 22 3E 5 15 1F
Octal 140 102 77 0 37 42 76 5 25 37
Binary 1100000 1000010 111111 0 11111 100010 111110 101 10101 11111

Color Harmonies of #60423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60423F

Black with #60423F

Text Example


Text Example

White with #60423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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