Html Css Color HEX #648247 Dingley

📋 copy color: '#648247'

red 100 ◦ green 130 ◦ blue 71

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

Shades of Dingley #648247

Tints of Dingley #648247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 33.22%
G = 43.19%
B = 23.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#648247 (or 0x648247) is known color: Dingley. HEX triplet: 64, 82 and 47. RGB value is (100,130,71). Sum of RGB (Red+Green+Blue) = 100+130+71=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #648247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648247 is #9B7DB8. Grayscale: #727272. Windows color (decimal): -10190265 or 4686436. OLE color: 4686436.

HSL color Cylindrical-coordinate representation of color #648247: hue angle of 90.51º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #648247 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 71 -
CMYK 0.23 0 0.45 0.49
HSL 90.51º 0.29% 0.39% -
HSV(B) 90.51º 0.45% 0.51% -
XYZ 14.38 19.13 8.9 -
YUV 114.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 100 130 71 0.23 0 0.45 0.49 90.51 0.29 0.39
Hex 64 82 47 17 0 2D 31 5B 1D 27
Octal 144 202 107 27 0 55 61 133 35 47
Binary 1100100 10000010 1000111 10111 0 101101 110001 1011011 11101 100111

Color Harmonies of #648247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648247

Black with #648247

Text Example


Text Example

White with #648247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648247; }

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

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

background-color css

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

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

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

border-color css

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

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

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