#69774C

Color #69774C Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #69774C

Tints of Dingley #69774C

Color information

#69774C (or 0x69774C) is unknown color: approx Dingley. HEX triplet: 69, 77 and 4C. RGB value is (105,119,76). Sum of RGB (Red+Green+Blue) = 105+119+76=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #69774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69774C is #9688B3. Grayscale: #6E6E6E. Windows color (decimal): -9865396 or 5011305. OLE color: 5011305.

HSL color Cylindrical-coordinate representation of color #69774C: hue angle of 79.53º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69774C is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB10511976-
CMYK0.1200.360.53
HSL79.53º22.05%38.24%-
HSV(B)79.53º36.13%46.67%-
XYZ13.7316.729.34-
YUV109.91108.86124.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=35%
G=39.67%
B=25.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119760.1200.360.5379.5322.0538.24
Hex69774CC02435501626
Octal15116711414044651202646
Binary11010011110111100110011000100100110101101000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69774C;
 }
 .AnyTagClassName
 {
   color: #69774C;
 }
</style>
background-color css

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

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

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

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

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

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