#68844B

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

Shades of Dingley #68844B

Tints of Dingley #68844B

Color information

#68844B (or 0x68844B) is unknown color: approx Dingley. HEX triplet: 68, 84 and 4B. RGB value is (104,132,75). Sum of RGB (Red+Green+Blue) = 104+132+75=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #68844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68844B is #977BB4. Grayscale: #757575. Windows color (decimal): -9927605 or 4949096. OLE color: 4949096.

HSL color Cylindrical-coordinate representation of color #68844B: hue angle of 89.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68844B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB10413275-
CMYK0.2100.430.48
HSL89.47º27.54%40.59%-
HSV(B)89.47º43.18%51.76%-
XYZ15.2319.959.71-
YUV117.13104.22118.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=33.44%
G=42.44%
B=24.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132750.2100.430.4889.4727.5440.59
Hex68844B1502B30591c29
Octal15020411325053601313451
Binary1101000100001001001011101010101011110000101100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68844B; }

 p { color: rgb(104,132,75); }

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

<style>
 a { background-color: #68844B; }

 a { background-color: rgb(104,132,75); }

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

<style>
 span { border-color: #68844B; }

 span { border-color: rgb(104,132,75); }

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