Html Css Color HEX #648A3C Dingley

📋 copy color: '#648A3C'

red 100 ◦ green 138 ◦ blue 60

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

Shades of Dingley #648A3C

Tints of Dingley #648A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.31%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 33.56%
G = 46.31%
B = 20.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#648A3C (or 0x648A3C) is known color: Dingley. HEX triplet: 64, 8A and 3C. RGB value is (100,138,60). Sum of RGB (Red+Green+Blue) = 100+138+60=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #648A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A3C is #9B75C3. Grayscale: #767676. Windows color (decimal): -10188228 or 3967588. OLE color: 3967588.

HSL color Cylindrical-coordinate representation of color #648A3C: hue angle of 89.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648A3C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 60 -
CMYK 0.28 0 0.57 0.46
HSL 89.23º 0.39% 0.39% -
HSV(B) 89.23º 0.57% 0.54% -
XYZ 15.16 21.21 7.57 -
YUV 117.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 100 138 60 0.28 0 0.57 0.46 89.23 0.39 0.39
Hex 64 8A 3C 1C 0 39 2E 59 27 27
Octal 144 212 74 34 0 71 56 131 47 47
Binary 1100100 10001010 111100 11100 0 111001 101110 1011001 100111 100111

Color Harmonies of #648A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A3C

Black with #648A3C

Text Example


Text Example

White with #648A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A3C; }

 p { color: rgb(100,138,60); }

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

background-color css

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

 a { background-color: rgb(100,138,60); }

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

border-color css

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

 span { border-color: rgb(100,138,60); }

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