Html Css Color HEX #648546 Dingley

📋 copy color: '#648546'

red 100 ◦ green 133 ◦ blue 70

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

Shades of Dingley #648546

Tints of Dingley #648546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 33%
G = 43.89%
B = 23.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#648546 (or 0x648546) is known color: Dingley. HEX triplet: 64, 85 and 46. RGB value is (100,133,70). Sum of RGB (Red+Green+Blue) = 100+133+70=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #648546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648546 is #9B7AB9. Grayscale: #747474. Windows color (decimal): -10189498 or 4621668. OLE color: 4621668.

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

Color convert

RGB 100 133 70 -
CMYK 0.25 0 0.47 0.48
HSL 91.43º 0.31% 0.4% -
HSV(B) 91.43º 0.47% 0.52% -
XYZ 14.75 19.93 8.86 -
YUV 115.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 100 133 70 0.25 0 0.47 0.48 91.43 0.31 0.4
Hex 64 85 46 19 0 2F 30 5B 1F 28
Octal 144 205 106 31 0 57 60 133 37 50
Binary 1100100 10000101 1000110 11001 0 101111 110000 1011011 11111 101000

Color Harmonies of #648546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648546

Black with #648546

Text Example


Text Example

White with #648546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648546; }

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

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

background-color css

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

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

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

border-color css

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

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

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