Html Css Color HEX #65874C Dingley

📋 copy color: '#65874C'

red 101 ◦ green 135 ◦ blue 76

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

Shades of Dingley #65874C

Tints of Dingley #65874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 32.37%
G = 43.27%
B = 24.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#65874C (or 0x65874C) is known color: Dingley. HEX triplet: 65, 87 and 4C. RGB value is (101,135,76). Sum of RGB (Red+Green+Blue) = 101+135+76=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #65874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65874C is #9A78B3. Grayscale: #767676. Windows color (decimal): -10123444 or 5015397. OLE color: 5015397.

HSL color Cylindrical-coordinate representation of color #65874C: hue angle of 94.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65874C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 135 76 -
CMYK 0.25 0 0.44 0.47
HSL 94.58º 0.28% 0.41% -
HSV(B) 94.58º 0.44% 0.53% -
XYZ 15.34 20.62 10.01 -
YUV 118.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 101 135 76 0.25 0 0.44 0.47 94.58 0.28 0.41
Hex 65 87 4C 19 0 2C 2F 5F 1C 29
Octal 145 207 114 31 0 54 57 137 34 51
Binary 1100101 10000111 1001100 11001 0 101100 101111 1011111 11100 101001

Color Harmonies of #65874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65874C

Black with #65874C

Text Example


Text Example

White with #65874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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