Html Css Color HEX #647D4A Dingley

📋 copy color: '#647D4A'

red 100 ◦ green 125 ◦ blue 74

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

Shades of Dingley #647D4A

Tints of Dingley #647D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 33.44%
G = 41.81%
B = 24.75%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#647D4A (or 0x647D4A) is known color: Dingley. HEX triplet: 64, 7D and 4A. RGB value is (100,125,74). Sum of RGB (Red+Green+Blue) = 100+125+74=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #647D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D4A is #9B82B5. Grayscale: #6F6F6F. Windows color (decimal): -10191542 or 4881764. OLE color: 4881764.

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

Color convert

RGB 100 125 74 -
CMYK 0.2 0 0.41 0.51
HSL 89.41º 0.26% 0.39% -
HSV(B) 89.41º 0.41% 0.49% -
XYZ 13.83 17.87 9.2 -
YUV 111.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 100 125 74 0.2 0 0.41 0.51 89.41 0.26 0.39
Hex 64 7D 4A 14 0 29 33 59 1A 27
Octal 144 175 112 24 0 51 63 131 32 47
Binary 1100100 1111101 1001010 10100 0 101001 110011 1011001 11010 100111

Color Harmonies of #647D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D4A

Black with #647D4A

Text Example


Text Example

White with #647D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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