Html Css Color HEX #604444 Woody Brown

📋 copy color: '#604444'

red 96 ◦ green 68 ◦ blue 68

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

Shades of Woody Brown #604444

Tints of Woody Brown #604444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 41.38%
G = 29.31%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#604444 (or 0x604444) is known color: Woody Brown. HEX triplet: 60, 44 and 44. RGB value is (96,68,68). Sum of RGB (Red+Green+Blue) = 96+68+68=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604444 is #9FBBBB. Grayscale: #4C4C4C. Windows color (decimal): -10468284 or 4473952. OLE color: 4473952.

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

Color convert

RGB 96 68 68 -
CMYK 0 0.29 0.29 0.62
HSL 0.17% 0.32% -
HSV(B) 0.29% 0.38% -
XYZ 7.93 7.04 6.41 -
YUV 76.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 96 68 68 0 0.29 0.29 0.62 0 0.17 0.32
Hex 60 44 44 0 1D 1D 3E 0 11 20
Octal 140 104 104 0 35 35 76 0 21 40
Binary 1100000 1000100 1000100 0 11101 11101 111110 0 10001 100000

Color Harmonies of #604444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604444

Black with #604444

Text Example


Text Example

White with #604444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604444; }

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

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

background-color css

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

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

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

border-color css

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

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

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