Html Css Color HEX #65764A Dingley

📋 copy color: '#65764A'

red 101 ◦ green 118 ◦ blue 74

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

Shades of Dingley #65764A

Tints of Dingley #65764A

RGB

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

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

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

R = 34.47%
G = 40.27%
B = 25.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#65764A (or 0x65764A) is known color: Dingley. HEX triplet: 65, 76 and 4A. RGB value is (101,118,74). Sum of RGB (Red+Green+Blue) = 101+118+74=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #65764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65764A is #9A89B5. Grayscale: #6C6C6C. Windows color (decimal): -10127798 or 4879973. OLE color: 4879973.

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

Color convert

RGB 101 118 74 -
CMYK 0.14 0 0.37 0.54
HSL 83.18º 0.23% 0.38% -
HSV(B) 83.18º 0.37% 0.46% -
XYZ 13.08 16.22 8.92 -
YUV 107.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 101 118 74 0.14 0 0.37 0.54 83.18 0.23 0.38
Hex 65 76 4A E 0 25 36 53 17 26
Octal 145 166 112 16 0 45 66 123 27 46
Binary 1100101 1110110 1001010 1110 0 100101 110110 1010011 10111 100110

Color Harmonies of #65764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65764A

Black with #65764A

Text Example


Text Example

White with #65764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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