Html Css Color HEX #607549 Dingley

📋 copy color: '#607549'

red 96 ◦ green 117 ◦ blue 73

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

Shades of Dingley #607549

Tints of Dingley #607549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 33.57%
G = 40.91%
B = 25.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#607549 (or 0x607549) is known color: Dingley. HEX triplet: 60, 75 and 49. RGB value is (96,117,73). Sum of RGB (Red+Green+Blue) = 96+117+73=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #607549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607549 is #9F8AB6. Grayscale: #696969. Windows color (decimal): -10455735 or 4814176. OLE color: 4814176.

HSL color Cylindrical-coordinate representation of color #607549: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607549 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 73 -
CMYK 0.18 0 0.38 0.54
HSL 88.64º 0.23% 0.37% -
HSV(B) 88.64º 0.38% 0.46% -
XYZ 12.39 15.69 8.68 -
YUV 105.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 96 117 73 0.18 0 0.38 0.54 88.64 0.23 0.37
Hex 60 75 49 12 0 26 36 59 17 25
Octal 140 165 111 22 0 46 66 131 27 45
Binary 1100000 1110101 1001001 10010 0 100110 110110 1011001 10111 100101

Color Harmonies of #607549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607549

Black with #607549

Text Example


Text Example

White with #607549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607549; }

 p { color: rgb(96,117,73); }

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

background-color css

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

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

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

border-color css

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

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

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