#64873D

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

Shades of Dingley #64873D

Tints of Dingley #64873D

Color information

#64873D (or 0x64873D) is unknown color: approx Dingley. HEX triplet: 64, 87 and 3D. RGB value is (100,135,61). Sum of RGB (Red+Green+Blue) = 100+135+61=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #64873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64873D is #9B78C2. Grayscale: #747474. Windows color (decimal): -10188995 or 4032356. OLE color: 4032356.

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

Color convert

RGB10013561-
CMYK0.2600.550.47
HSL88.38º37.76%38.43%-
HSV(B)88.38º54.81%52.94%-
XYZ14.7620.377.57-
YUV116.196.9116.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=33.78%
G=45.61%
B=20.61%

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
Decimal100135610.2600.550.4788.3837.7638.43
Hex64873D1A0372F582626
Octal1442077532067571304646
Binary1100100100001111111011101001101111011111011000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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