Html Css Color HEX #658C48 Dingley

📋 copy color: '#658C48'

red 101 ◦ green 140 ◦ blue 72

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

Shades of Dingley #658C48

Tints of Dingley #658C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

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

R = 32.27%
G = 44.73%
B = 23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#658C48 (or 0x658C48) is known color: Dingley. HEX triplet: 65, 8C and 48. RGB value is (101,140,72). Sum of RGB (Red+Green+Blue) = 101+140+72=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #658C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658C48 is #9A73B7. Grayscale: #787878. Windows color (decimal): -10122168 or 4754533. OLE color: 4754533.

HSL color Cylindrical-coordinate representation of color #658C48: hue angle of 94.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658C48 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 140 72 -
CMYK 0.28 0 0.49 0.45
HSL 94.41º 0.32% 0.42% -
HSV(B) 94.41º 0.49% 0.55% -
XYZ 15.91 21.99 9.54 -
YUV 120.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 101 140 72 0.28 0 0.49 0.45 94.41 0.32 0.42
Hex 65 8C 48 1C 0 31 2D 5E 20 2A
Octal 145 214 110 34 0 61 55 136 40 52
Binary 1100101 10001100 1001000 11100 0 110001 101101 1011110 100000 101010

Color Harmonies of #658C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C48

Black with #658C48

Text Example


Text Example

White with #658C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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