Html Css Color HEX #648640 Dingley

📋 copy color: '#648640'

red 100 ◦ green 134 ◦ blue 64

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

Shades of Dingley #648640

Tints of Dingley #648640

RGB

 RED value IS 100 (39.45% from 255) = 33.56%

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 33.56%
G = 44.97%
B = 21.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#648640 (or 0x648640) is known color: Dingley. HEX triplet: 64, 86 and 40. RGB value is (100,134,64). Sum of RGB (Red+Green+Blue) = 100+134+64=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #648640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648640 is #9B79BF. Grayscale: #747474. Windows color (decimal): -10189248 or 4228708. OLE color: 4228708.

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

Color convert

RGB 100 134 64 -
CMYK 0.25 0 0.52 0.47
HSL 89.14º 0.35% 0.39% -
HSV(B) 89.14º 0.52% 0.53% -
XYZ 14.71 20.13 7.96 -
YUV 115.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 100 134 64 0.25 0 0.52 0.47 89.14 0.35 0.39
Hex 64 86 40 19 0 34 2F 59 23 27
Octal 144 206 100 31 0 64 57 131 43 47
Binary 1100100 10000110 1000000 11001 0 110100 101111 1011001 100011 100111

Color Harmonies of #648640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648640

Black with #648640

Text Example


Text Example

White with #648640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648640; }

 p { color: rgb(100,134,64); }

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

background-color css

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

 a { background-color: rgb(100,134,64); }

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

border-color css

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

 span { border-color: rgb(100,134,64); }

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