Html Css Color HEX #604746 Woody Brown

📋 copy color: '#604746'

red 96 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #604746

Tints of Woody Brown #604746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 40.51%
G = 29.96%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#604746 (or 0x604746) is known color: Woody Brown. HEX triplet: 60, 47 and 46. RGB value is (96,71,70). Sum of RGB (Red+Green+Blue) = 96+71+70=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604746 is #9FB8B9. Grayscale: #4E4E4E. Windows color (decimal): -10467514 or 4605792. OLE color: 4605792.

HSL color Cylindrical-coordinate representation of color #604746: hue angle of 2.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604746 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 70 -
CMYK 0 0.26 0.27 0.62
HSL 2.31º 0.16% 0.33% -
HSV(B) 2.31º 0.27% 0.38% -
XYZ 8.18 7.44 6.8 -
YUV 78.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 96 71 70 0 0.26 0.27 0.62 2.31 0.16 0.33
Hex 60 47 46 0 1A 1B 3E 2 10 21
Octal 140 107 106 0 32 33 76 2 20 41
Binary 1100000 1000111 1000110 0 11010 11011 111110 10 10000 100001

Color Harmonies of #604746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604746

Black with #604746

Text Example


Text Example

White with #604746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604746; }

 p { color: rgb(96,71,70); }

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

background-color css

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

 a { background-color: rgb(96,71,70); }

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

border-color css

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

 span { border-color: rgb(96,71,70); }

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