Html Css Color HEX #637850 Dingley

📋 copy color: '#637850'

red 99 ◦ green 120 ◦ blue 80

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

Shades of Dingley #637850

Tints of Dingley #637850

RGB

 RED value IS 99 (39.06% from 255) = 33.11%

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 33.11%
G = 40.13%
B = 26.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#637850 (or 0x637850) is known color: Dingley. HEX triplet: 63, 78 and 50. RGB value is (99,120,80). Sum of RGB (Red+Green+Blue) = 99+120+80=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #637850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637850 is #9C87AF. Grayscale: #6D6D6D. Windows color (decimal): -10258352 or 5273699. OLE color: 5273699.

HSL color Cylindrical-coordinate representation of color #637850: hue angle of 91.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #637850 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 120 80 -
CMYK 0.17 0 0.33 0.53
HSL 91.5º 0.2% 0.39% -
HSV(B) 91.5º 0.33% 0.47% -
XYZ 13.31 16.66 10.1 -
YUV 109.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 99 120 80 0.17 0 0.33 0.53 91.5 0.2 0.39
Hex 63 78 50 11 0 21 35 5C 14 27
Octal 143 170 120 21 0 41 65 134 24 47
Binary 1100011 1111000 1010000 10001 0 100001 110101 1011100 10100 100111

Color Harmonies of #637850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637850

Black with #637850

Text Example


Text Example

White with #637850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637850; }

 p { color: rgb(99,120,80); }

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

background-color css

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

 a { background-color: rgb(99,120,80); }

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

border-color css

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

 span { border-color: rgb(99,120,80); }

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