Html Css Color HEX #607350 Dingley

📋 copy color: '#607350'

red 96 ◦ green 115 ◦ blue 80

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

Shades of Dingley #607350

Tints of Dingley #607350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 32.99%
G = 39.52%
B = 27.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#607350 (or 0x607350) is known color: Dingley. HEX triplet: 60, 73 and 50. RGB value is (96,115,80). Sum of RGB (Red+Green+Blue) = 96+115+80=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #607350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607350 is #9F8CAF. Grayscale: #696969. Windows color (decimal): -10456240 or 5272416. OLE color: 5272416.

HSL color Cylindrical-coordinate representation of color #607350: hue angle of 92.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607350 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 80 -
CMYK 0.17 0 0.30 0.55
HSL 92.57º 0.18% 0.38% -
HSV(B) 92.57º 0.3% 0.45% -
XYZ 12.4 15.33 9.89 -
YUV 105.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 96 115 80 0.17 0 0.30 0.55 92.57 0.18 0.38
Hex 60 73 50 11 0 1E 37 5D 12 26
Octal 140 163 120 21 0 36 67 135 22 46
Binary 1100000 1110011 1010000 10001 0 11110 110111 1011101 10010 100110

Color Harmonies of #607350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607350

Black with #607350

Text Example


Text Example

White with #607350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607350; }

 p { color: rgb(96,115,80); }

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

background-color css

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

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

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

border-color css

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

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

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