Html Css Color HEX #647D48 Dingley

📋 copy color: '#647D48'

red 100 ◦ green 125 ◦ blue 72

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

Shades of Dingley #647D48

Tints of Dingley #647D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

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

R = 33.67%
G = 42.09%
B = 24.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#647D48 (or 0x647D48) is known color: Dingley. HEX triplet: 64, 7D and 48. RGB value is (100,125,72). Sum of RGB (Red+Green+Blue) = 100+125+72=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #647D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D48 is #9B82B7. Grayscale: #6F6F6F. Windows color (decimal): -10191544 or 4750692. OLE color: 4750692.

HSL color Cylindrical-coordinate representation of color #647D48: hue angle of 88.3º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #647D48 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 72 -
CMYK 0.2 0 0.42 0.51
HSL 88.3º 0.27% 0.39% -
HSV(B) 88.3º 0.42% 0.49% -
XYZ 13.76 17.84 8.85 -
YUV 111.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 100 125 72 0.2 0 0.42 0.51 88.3 0.27 0.39
Hex 64 7D 48 14 0 2A 33 58 1B 27
Octal 144 175 110 24 0 52 63 130 33 47
Binary 1100100 1111101 1001000 10100 0 101010 110011 1011000 11011 100111

Color Harmonies of #647D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D48

Black with #647D48

Text Example


Text Example

White with #647D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647D48; }

 p { color: rgb(100,125,72); }

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

background-color css

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

 a { background-color: rgb(100,125,72); }

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

border-color css

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

 span { border-color: rgb(100,125,72); }

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