#69853C

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

Shades of Dingley #69853C

Tints of Dingley #69853C

Color information

#69853C (or 0x69853C) is unknown color: approx Dingley. HEX triplet: 69, 85 and 3C. RGB value is (105,133,60). Sum of RGB (Red+Green+Blue) = 105+133+60=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #69853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69853C is #967AC3. Grayscale: #747474. Windows color (decimal): -9861828 or 3966313. OLE color: 3966313.

HSL color Cylindrical-coordinate representation of color #69853C: hue angle of 83.01º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69853C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB10513360-
CMYK0.2100.550.48
HSL83.01º37.82%37.84%-
HSV(B)83.01º54.89%52.16%-
XYZ15.0320.17.36-
YUV116.3196.22119.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=35.23%
G=44.63%
B=20.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133600.2100.550.4883.0137.8237.84
Hex69853C1503730532626
Octal1512057425067601234646
Binary1101001100001011111001010101101111100001010011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,133,60); }

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

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

 a { background-color: rgb(105,133,60); }

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

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

 span { border-color: rgb(105,133,60); }

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