Html Css Color HEX #65754C Dingley

📋 copy color: '#65754C'

red 101 ◦ green 117 ◦ blue 76

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

Shades of Dingley #65754C

Tints of Dingley #65754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 34.35%
G = 39.8%
B = 25.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#65754C (or 0x65754C) is known color: Dingley. HEX triplet: 65, 75 and 4C. RGB value is (101,117,76). Sum of RGB (Red+Green+Blue) = 101+117+76=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #65754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65754C is #9A8AB3. Grayscale: #6B6B6B. Windows color (decimal): -10128052 or 5010789. OLE color: 5010789.

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

Color convert

RGB 101 117 76 -
CMYK 0.14 0 0.35 0.54
HSL 83.41º 0.21% 0.38% -
HSV(B) 83.41º 0.35% 0.46% -
XYZ 13.03 16.01 9.24 -
YUV 107.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 101 117 76 0.14 0 0.35 0.54 83.41 0.21 0.38
Hex 65 75 4C E 0 23 36 53 15 26
Octal 145 165 114 16 0 43 66 123 25 46
Binary 1100101 1110101 1001100 1110 0 100011 110110 1010011 10101 100110

Color Harmonies of #65754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65754C

Black with #65754C

Text Example


Text Example

White with #65754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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