Html Css Color HEX #65884C Dingley

📋 copy color: '#65884C'

red 101 ◦ green 136 ◦ blue 76

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

Shades of Dingley #65884C

Tints of Dingley #65884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

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

R = 32.27%
G = 43.45%
B = 24.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#65884C (or 0x65884C) is known color: Dingley. HEX triplet: 65, 88 and 4C. RGB value is (101,136,76). Sum of RGB (Red+Green+Blue) = 101+136+76=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #65884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65884C is #9A77B3. Grayscale: #767676. Windows color (decimal): -10123188 or 5015653. OLE color: 5015653.

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

Color convert

RGB 101 136 76 -
CMYK 0.26 0 0.44 0.47
HSL 95º 0.28% 0.42% -
HSV(B) 95º 0.44% 0.53% -
XYZ 15.48 20.9 10.06 -
YUV 118.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 101 136 76 0.26 0 0.44 0.47 95 0.28 0.42
Hex 65 88 4C 1A 0 2C 2F 5F 1C 2A
Octal 145 210 114 32 0 54 57 137 34 52
Binary 1100101 10001000 1001100 11010 0 101100 101111 1011111 11100 101010

Color Harmonies of #65884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65884C

Black with #65884C

Text Example


Text Example

White with #65884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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