#64883B

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

Shades of Dingley #64883B

Tints of Dingley #64883B

Color information

#64883B (or 0x64883B) is unknown color: approx Dingley. HEX triplet: 64, 88 and 3B. RGB value is (100,136,59). Sum of RGB (Red+Green+Blue) = 100+136+59=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #64883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64883B is #9B77C4. Grayscale: #747474. Windows color (decimal): -10188741 or 3901540. OLE color: 3901540.

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

Color convert

RGB10013659-
CMYK0.2600.570.47
HSL88.05º39.49%38.24%-
HSV(B)88.05º56.62%53.33%-
XYZ14.8520.637.34-
YUV116.4695.57116.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 59 (23.44% from 255) = 20%
R=33.90%
G=46.10%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136590.2600.570.4788.0539.4938.24
Hex64883B1A0392F582726
Octal1442107332071571304746
Binary1100100100010001110111101001110011011111011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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