Html Css Color HEX #604848 Woody Brown

📋 copy color: '#604848'

red 96 ◦ green 72 ◦ blue 72

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

Shades of Woody Brown #604848

Tints of Woody Brown #604848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#604848 (or 0x604848) is known color: Woody Brown. HEX triplet: 60, 48 and 48. RGB value is (96,72,72). Sum of RGB (Red+Green+Blue) = 96+72+72=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604848 is #9FB7B7. Grayscale: #4F4F4F. Windows color (decimal): -10467256 or 4737120. OLE color: 4737120.

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

Color convert

RGB 96 72 72 -
CMYK 0 0.25 0.25 0.62
HSL 0.14% 0.33% -
HSV(B) 0.25% 0.38% -
XYZ 8.31 7.59 7.16 -
YUV 79.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 96 72 72 0 0.25 0.25 0.62 0 0.14 0.33
Hex 60 48 48 0 19 19 3E 0 E 21
Octal 140 110 110 0 31 31 76 0 16 41
Binary 1100000 1001000 1001000 0 11001 11001 111110 0 1110 100001

Color Harmonies of #604848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604848

Black with #604848

Text Example


Text Example

White with #604848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604848; }

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

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

background-color css

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

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

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

border-color css

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

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

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