Html Css Color HEX #604646 Woody Brown

📋 copy color: '#604646'

red 96 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #604646

Tints of Woody Brown #604646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

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

R = 40.68%
G = 29.66%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#604646 (or 0x604646) is known color: Woody Brown. HEX triplet: 60, 46 and 46. RGB value is (96,70,70). Sum of RGB (Red+Green+Blue) = 96+70+70=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #604646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604646 is #9FB9B9. Grayscale: #4D4D4D. Windows color (decimal): -10467770 or 4605536. OLE color: 4605536.

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

Color convert

RGB 96 70 70 -
CMYK 0 0.27 0.27 0.62
HSL 0.16% 0.33% -
HSV(B) 0.27% 0.38% -
XYZ 8.12 7.31 6.78 -
YUV 77.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 96 70 70 0 0.27 0.27 0.62 0 0.16 0.33
Hex 60 46 46 0 1B 1B 3E 0 10 21
Octal 140 106 106 0 33 33 76 0 20 41
Binary 1100000 1000110 1000110 0 11011 11011 111110 0 10000 100001

Color Harmonies of #604646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604646

Black with #604646

Text Example


Text Example

White with #604646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604646; }

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

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

background-color css

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

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

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

border-color css

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

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

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