#68853C

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

Shades of Dingley #68853C

Tints of Dingley #68853C

Color information

#68853C (or 0x68853C) is unknown color: approx Dingley. HEX triplet: 68, 85 and 3C. RGB value is (104,133,60). Sum of RGB (Red+Green+Blue) = 104+133+60=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #68853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853C is #977AC3. Grayscale: #747474. Windows color (decimal): -9927364 or 3966312. OLE color: 3966312.

HSL color Cylindrical-coordinate representation of color #68853C: hue angle of 83.84º 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 #68853C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB10413360-
CMYK0.2200.550.48
HSL83.84º37.82%37.84%-
HSV(B)83.84º54.89%52.16%-
XYZ14.9120.047.36-
YUV116.0196.39119.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=35.02%
G=44.78%
B=20.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133600.2200.550.4883.8437.8237.84
Hex68853C1603730542626
Octal1502057426067601244646
Binary1101000100001011111001011001101111100001010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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