#64853A

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

Shades of Dingley #64853A

Tints of Dingley #64853A

Color information

#64853A (or 0x64853A) is unknown color: approx Dingley. HEX triplet: 64, 85 and 3A. RGB value is (100,133,58). Sum of RGB (Red+Green+Blue) = 100+133+58=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #64853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64853A is #9B7AC5. Grayscale: #727272. Windows color (decimal): -10189510 or 3835236. OLE color: 3835236.

HSL color Cylindrical-coordinate representation of color #64853A: hue angle of 86.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64853A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB10013358-
CMYK0.2500.560.48
HSL86.4º39.27%37.45%-
HSV(B)86.4º56.39%52.16%-
XYZ14.4119.797.06-
YUV114.5896.07117.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=34.36%
G=45.70%
B=19.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133580.2500.560.4886.439.2737.45
Hex64853A1903830562725
Octal1442057231070601264745
Binary1100100100001011110101100101110001100001010110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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