#64853C

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

Shades of Dingley #64853C

Tints of Dingley #64853C

Color information

#64853C (or 0x64853C) is unknown color: approx Dingley. HEX triplet: 64, 85 and 3C. RGB value is (100,133,60). Sum of RGB (Red+Green+Blue) = 100+133+60=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #64853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64853C is #9B7AC3. Grayscale: #737373. Windows color (decimal): -10189508 or 3966308. OLE color: 3966308.

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

Color convert

RGB10013360-
CMYK0.2500.550.48
HSL87.12º37.82%37.84%-
HSV(B)87.12º54.89%52.16%-
XYZ14.4619.817.34-
YUV114.8197.07117.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=34.13%
G=45.39%
B=20.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133600.2500.550.4887.1237.8237.84
Hex64853C1903730572626
Octal1442057431067601274646
Binary1100100100001011111001100101101111100001010111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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