Html Css Color HEX #65774A Dingley

📋 copy color: '#65774A'

red 101 ◦ green 119 ◦ blue 74

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

Shades of Dingley #65774A

Tints of Dingley #65774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

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

R = 34.35%
G = 40.48%
B = 25.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#65774A (or 0x65774A) is known color: Dingley. HEX triplet: 65, 77 and 4A. RGB value is (101,119,74). Sum of RGB (Red+Green+Blue) = 101+119+74=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #65774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65774A is #9A88B5. Grayscale: #6C6C6C. Windows color (decimal): -10127542 or 4880229. OLE color: 4880229.

HSL color Cylindrical-coordinate representation of color #65774A: hue angle of 84º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65774A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 74 -
CMYK 0.15 0 0.38 0.53
HSL 84º 0.23% 0.38% -
HSV(B) 84º 0.38% 0.47% -
XYZ 13.2 16.45 8.96 -
YUV 108.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 101 119 74 0.15 0 0.38 0.53 84 0.23 0.38
Hex 65 77 4A F 0 26 35 54 17 26
Octal 145 167 112 17 0 46 65 124 27 46
Binary 1100101 1110111 1001010 1111 0 100110 110101 1010100 10111 100110

Color Harmonies of #65774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65774A

Black with #65774A

Text Example


Text Example

White with #65774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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