Html Css Color HEX #604241 Woody Brown

📋 copy color: '#604241'

red 96 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #604241

Tints of Woody Brown #604241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 42.29%
G = 29.07%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604241 (or 0x604241) is known color: Woody Brown. HEX triplet: 60, 42 and 41. RGB value is (96,66,65). Sum of RGB (Red+Green+Blue) = 96+66+65=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604241 is #9FBDBE. Grayscale: #4A4A4A. Windows color (decimal): -10468799 or 4276832. OLE color: 4276832.

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

Color convert

RGB 96 66 65 -
CMYK 0 0.31 0.32 0.62
HSL 1.94º 0.19% 0.32% -
HSV(B) 1.94º 0.32% 0.38% -
XYZ 7.73 6.76 5.9 -
YUV 74.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 96 66 65 0 0.31 0.32 0.62 1.94 0.19 0.32
Hex 60 42 41 0 1F 20 3E 2 13 20
Octal 140 102 101 0 37 40 76 2 23 40
Binary 1100000 1000010 1000001 0 11111 100000 111110 10 10011 100000

Color Harmonies of #604241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604241

Black with #604241

Text Example


Text Example

White with #604241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604241; }

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

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

background-color css

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

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

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

border-color css

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

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

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