Html Css Color HEX #65764C Dingley

📋 copy color: '#65764C'

red 101 ◦ green 118 ◦ blue 76

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

Shades of Dingley #65764C

Tints of Dingley #65764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 34.24%
G = 40%
B = 25.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#65764C (or 0x65764C) is known color: Dingley. HEX triplet: 65, 76 and 4C. RGB value is (101,118,76). Sum of RGB (Red+Green+Blue) = 101+118+76=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #65764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65764C is #9A89B3. Grayscale: #6C6C6C. Windows color (decimal): -10127796 or 5011045. OLE color: 5011045.

HSL color Cylindrical-coordinate representation of color #65764C: hue angle of 84.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65764C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 76 -
CMYK 0.14 0 0.36 0.54
HSL 84.29º 0.22% 0.38% -
HSV(B) 84.29º 0.36% 0.46% -
XYZ 13.15 16.25 9.28 -
YUV 108.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 101 118 76 0.14 0 0.36 0.54 84.29 0.22 0.38
Hex 65 76 4C E 0 24 36 54 16 26
Octal 145 166 114 16 0 44 66 124 26 46
Binary 1100101 1110110 1001100 1110 0 100100 110110 1010100 10110 100110

Color Harmonies of #65764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65764C

Black with #65764C

Text Example


Text Example

White with #65764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65764C; }

 p { color: rgb(101,118,76); }

 H1.HeaderClassName
 {
   color: #65764C;
 }
 .AnyTagClassName
 {
   color: #65764C;
 }
</style>

background-color css

<style>
 a { background-color: #65764C; }

 a { background-color: rgb(101,118,76); }

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

border-color css

<style>
 span { border-color: #65764C; }

 span { border-color: rgb(101,118,76); }

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