Html Css Color HEX #647D42 Dingley

📋 copy color: '#647D42'

red 100 ◦ green 125 ◦ blue 66

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

Shades of Dingley #647D42

Tints of Dingley #647D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 34.36%
G = 42.96%
B = 22.68%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#647D42 (or 0x647D42) is known color: Dingley. HEX triplet: 64, 7D and 42. RGB value is (100,125,66). Sum of RGB (Red+Green+Blue) = 100+125+66=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #647D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D42 is #9B82BD. Grayscale: #6F6F6F. Windows color (decimal): -10191550 or 4357476. OLE color: 4357476.

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

Color convert

RGB 100 125 66 -
CMYK 0.2 0 0.47 0.51
HSL 85.42º 0.31% 0.37% -
HSV(B) 85.42º 0.47% 0.49% -
XYZ 13.57 17.77 7.87 -
YUV 110.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 100 125 66 0.2 0 0.47 0.51 85.42 0.31 0.37
Hex 64 7D 42 14 0 2F 33 55 1F 25
Octal 144 175 102 24 0 57 63 125 37 45
Binary 1100100 1111101 1000010 10100 0 101111 110011 1010101 11111 100101

Color Harmonies of #647D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D42

Black with #647D42

Text Example


Text Example

White with #647D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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