Html Css Color HEX #607548 Dingley

📋 copy color: '#607548'

red 96 ◦ green 117 ◦ blue 72

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

Shades of Dingley #607548

Tints of Dingley #607548

RGB

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

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

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

R = 33.68%
G = 41.05%
B = 25.26%

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

#607548 (or 0x607548) is known color: Dingley. HEX triplet: 60, 75 and 48. RGB value is (96,117,72). Sum of RGB (Red+Green+Blue) = 96+117+72=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #607548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607548 is #9F8AB7. Grayscale: #696969. Windows color (decimal): -10455736 or 4748640. OLE color: 4748640.

HSL color Cylindrical-coordinate representation of color #607548: hue angle of 88º degrees, saturation: 0.24, 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 #607548 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 72 -
CMYK 0.18 0 0.38 0.54
HSL 88º 0.24% 0.37% -
HSV(B) 88º 0.38% 0.46% -
XYZ 12.35 15.68 8.51 -
YUV 105.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 96 117 72 0.18 0 0.38 0.54 88 0.24 0.37
Hex 60 75 48 12 0 26 36 58 18 25
Octal 140 165 110 22 0 46 66 130 30 45
Binary 1100000 1110101 1001000 10010 0 100110 110110 1011000 11000 100101

Color Harmonies of #607548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607548

Black with #607548

Text Example


Text Example

White with #607548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607548; }

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

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

background-color css

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

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

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

border-color css

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

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

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