#64883D

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

Shades of Dingley #64883D

Tints of Dingley #64883D

Color information

#64883D (or 0x64883D) is unknown color: approx Dingley. HEX triplet: 64, 88 and 3D. RGB value is (100,136,61). Sum of RGB (Red+Green+Blue) = 100+136+61=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #64883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64883D is #9B77C2. Grayscale: #747474. Windows color (decimal): -10188739 or 4032612. OLE color: 4032612.

HSL color Cylindrical-coordinate representation of color #64883D: hue angle of 88.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64883D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB10013661-
CMYK0.2600.550.47
HSL88.8º38.07%38.63%-
HSV(B)88.8º55.15%53.33%-
XYZ14.920.657.62-
YUV116.6996.57116.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=33.67%
G=45.79%
B=20.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136610.2600.550.4788.838.0738.63
Hex64883D1A0372F592627
Octal1442107532067571314647
Binary1100100100010001111011101001101111011111011001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64883D; }

 p { color: rgb(100,136,61); }

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

<style>
 a { background-color: #64883D; }

 a { background-color: rgb(100,136,61); }

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

<style>
 span { border-color: #64883D; }

 span { border-color: rgb(100,136,61); }

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