Html Css Color HEX #627850 Dingley

📋 copy color: '#627850'

red 98 ◦ green 120 ◦ blue 80

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

Shades of Dingley #627850

Tints of Dingley #627850

RGB

 RED value IS 98 (38.67% from 255) = 32.89%

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

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

R = 32.89%
G = 40.27%
B = 26.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#627850 (or 0x627850) is known color: Dingley. HEX triplet: 62, 78 and 50. RGB value is (98,120,80). Sum of RGB (Red+Green+Blue) = 98+120+80=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #627850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627850 is #9D87AF. Grayscale: #6C6C6C. Windows color (decimal): -10323888 or 5273698. OLE color: 5273698.

HSL color Cylindrical-coordinate representation of color #627850: hue angle of 93º 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 #627850 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 120 80 -
CMYK 0.18 0 0.33 0.53
HSL 93º 0.2% 0.39% -
HSV(B) 93º 0.33% 0.47% -
XYZ 13.2 16.61 10.1 -
YUV 108.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 98 120 80 0.18 0 0.33 0.53 93 0.2 0.39
Hex 62 78 50 12 0 21 35 5D 14 27
Octal 142 170 120 22 0 41 65 135 24 47
Binary 1100010 1111000 1010000 10010 0 100001 110101 1011101 10100 100111

Color Harmonies of #627850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627850

Black with #627850

Text Example


Text Example

White with #627850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627850; }

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

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

background-color css

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

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

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

border-color css

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

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

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