Html Css Color HEX #648647 Dingley

📋 copy color: '#648647'

red 100 ◦ green 134 ◦ blue 71

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

Shades of Dingley #648647

Tints of Dingley #648647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 32.79%
G = 43.93%
B = 23.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#648647 (or 0x648647) is known color: Dingley. HEX triplet: 64, 86 and 47. RGB value is (100,134,71). Sum of RGB (Red+Green+Blue) = 100+134+71=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #648647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648647 is #9B79B8. Grayscale: #747474. Windows color (decimal): -10189241 or 4687460. OLE color: 4687460.

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

Color convert

RGB 100 134 71 -
CMYK 0.25 0 0.47 0.47
HSL 92.38º 0.31% 0.4% -
HSV(B) 92.38º 0.47% 0.53% -
XYZ 14.92 20.21 9.08 -
YUV 116.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 100 134 71 0.25 0 0.47 0.47 92.38 0.31 0.4
Hex 64 86 47 19 0 2F 2F 5C 1F 28
Octal 144 206 107 31 0 57 57 134 37 50
Binary 1100100 10000110 1000111 11001 0 101111 101111 1011100 11111 101000

Color Harmonies of #648647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648647

Black with #648647

Text Example


Text Example

White with #648647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648647; }

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

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

background-color css

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

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

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

border-color css

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

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

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