Html Css Color HEX #648646 Dingley

📋 copy color: '#648646'

red 100 ◦ green 134 ◦ blue 70

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

Shades of Dingley #648646

Tints of Dingley #648646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 32.89%
G = 44.08%
B = 23.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#648646 (or 0x648646) is known color: Dingley. HEX triplet: 64, 86 and 46. RGB value is (100,134,70). Sum of RGB (Red+Green+Blue) = 100+134+70=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #648646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648646 is #9B79B9. Grayscale: #747474. Windows color (decimal): -10189242 or 4621924. OLE color: 4621924.

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

Color convert

RGB 100 134 70 -
CMYK 0.25 0 0.48 0.47
HSL 91.88º 0.31% 0.4% -
HSV(B) 91.88º 0.48% 0.53% -
XYZ 14.89 20.2 8.91 -
YUV 116.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 100 134 70 0.25 0 0.48 0.47 91.88 0.31 0.4
Hex 64 86 46 19 0 30 2F 5C 1F 28
Octal 144 206 106 31 0 60 57 134 37 50
Binary 1100100 10000110 1000110 11001 0 110000 101111 1011100 11111 101000

Color Harmonies of #648646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648646

Black with #648646

Text Example


Text Example

White with #648646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648646; }

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

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

background-color css

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

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

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

border-color css

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

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

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