Html Css Color HEX #658648 Dingley

📋 copy color: '#658648'

red 101 ◦ green 134 ◦ blue 72

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

Shades of Dingley #658648

Tints of Dingley #658648

RGB

 RED value IS 101 (39.84% from 255) = 32.9%

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 32.9%
G = 43.65%
B = 23.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#658648 (or 0x658648) is known color: Dingley. HEX triplet: 65, 86 and 48. RGB value is (101,134,72). Sum of RGB (Red+Green+Blue) = 101+134+72=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #658648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658648 is #9A79B7. Grayscale: #757575. Windows color (decimal): -10123704 or 4752997. OLE color: 4752997.

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

Color convert

RGB 101 134 72 -
CMYK 0.25 0 0.46 0.47
HSL 91.94º 0.3% 0.4% -
HSV(B) 91.94º 0.46% 0.53% -
XYZ 15.06 20.28 9.25 -
YUV 117.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 101 134 72 0.25 0 0.46 0.47 91.94 0.3 0.4
Hex 65 86 48 19 0 2E 2F 5C 1E 28
Octal 145 206 110 31 0 56 57 134 36 50
Binary 1100101 10000110 1001000 11001 0 101110 101111 1011100 11110 101000

Color Harmonies of #658648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658648

Black with #658648

Text Example


Text Example

White with #658648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658648; }

 p { color: rgb(101,134,72); }

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

background-color css

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

 a { background-color: rgb(101,134,72); }

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

border-color css

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

 span { border-color: rgb(101,134,72); }

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