#64813A

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

Shades of Dingley #64813A

Tints of Dingley #64813A

Color information

#64813A (or 0x64813A) is unknown color: approx Dingley. HEX triplet: 64, 81 and 3A. RGB value is (100,129,58). Sum of RGB (Red+Green+Blue) = 100+129+58=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #64813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64813A is #9B7EC5. Grayscale: #707070. Windows color (decimal): -10190534 or 3834212. OLE color: 3834212.

HSL color Cylindrical-coordinate representation of color #64813A: hue angle of 84.51º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64813A is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB10012958-
CMYK0.2200.550.49
HSL84.51º37.97%36.67%-
HSV(B)84.51º55.04%50.59%-
XYZ13.8718.726.88-
YUV112.2397.39119.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=34.84%
G=44.95%
B=20.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129580.2200.550.4984.5137.9736.67
Hex64813A1603731552625
Octal1442017226067611254645
Binary1100100100000011110101011001101111100011010101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64813A; }

 p { color: rgb(100,129,58); }

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

<style>
 a { background-color: #64813A; }

 a { background-color: rgb(100,129,58); }

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

<style>
 span { border-color: #64813A; }

 span { border-color: rgb(100,129,58); }

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