Html Css Color HEX #604840 Saddle

📋 copy color: '#604840'

red 96 ◦ green 72 ◦ blue 64

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

Shades of Saddle #604840

Tints of Saddle #604840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#604840 (or 0x604840) is known color: Saddle. HEX triplet: 60, 48 and 40. RGB value is (96,72,64). Sum of RGB (Red+Green+Blue) = 96+72+64=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604840 is #9FB7BF. Grayscale: #4E4E4E. Windows color (decimal): -10467264 or 4212832. OLE color: 4212832.

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

Color convert

RGB 96 72 64 -
CMYK 0 0.25 0.33 0.62
HSL 15º 0.2% 0.31% -
HSV(B) 15º 0.33% 0.38% -
XYZ 8.07 7.49 5.87 -
YUV 78.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 96 72 64 0 0.25 0.33 0.62 15 0.2 0.31
Hex 60 48 40 0 19 21 3E F 14 1F
Octal 140 110 100 0 31 41 76 17 24 37
Binary 1100000 1001000 1000000 0 11001 100001 111110 1111 10100 11111

Color Harmonies of #604840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604840

Black with #604840

Text Example


Text Example

White with #604840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604840; }

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

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

background-color css

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

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

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

border-color css

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

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

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