Html Css Color HEX #69884C Dingley

📋 copy color: '#69884C'

red 105 ◦ green 136 ◦ blue 76

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

Shades of Dingley #69884C

Tints of Dingley #69884C

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

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

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

R = 33.12%
G = 42.9%
B = 23.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#69884C (or 0x69884C) is known color: Dingley. HEX triplet: 69, 88 and 4C. RGB value is (105,136,76). Sum of RGB (Red+Green+Blue) = 105+136+76=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #69884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69884C is #9677B3. Grayscale: #787878. Windows color (decimal): -9861044 or 5015657. OLE color: 5015657.

HSL color Cylindrical-coordinate representation of color #69884C: hue angle of 91º 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 #69884C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 76 -
CMYK 0.23 0 0.44 0.47
HSL 91º 0.28% 0.42% -
HSV(B) 91º 0.44% 0.53% -
XYZ 15.93 21.13 10.08 -
YUV 119.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 105 136 76 0.23 0 0.44 0.47 91 0.28 0.42
Hex 69 88 4C 17 0 2C 2F 5B 1C 2A
Octal 151 210 114 27 0 54 57 133 34 52
Binary 1101001 10001000 1001100 10111 0 101100 101111 1011011 11100 101010

Color Harmonies of #69884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69884C

Black with #69884C

Text Example


Text Example

White with #69884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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