#63864B

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

Shades of Dingley #63864B

Tints of Dingley #63864B

Color information

#63864B (or 0x63864B) is unknown color: approx Dingley. HEX triplet: 63, 86 and 4B. RGB value is (99,134,75). Sum of RGB (Red+Green+Blue) = 99+134+75=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #63864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63864B is #9C79B4. Grayscale: #757575. Windows color (decimal): -10254773 or 4949603. OLE color: 4949603.

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

Color convert

RGB9913475-
CMYK0.2600.440.47
HSL95.59º28.23%40.98%-
HSV(B)95.59º44.03%52.55%-
XYZ14.9420.219.77-
YUV116.81104.4115.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=32.14%
G=43.51%
B=24.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134750.2600.440.4795.5928.2340.98
Hex63864B1A02C2F601c29
Octal14320611332054571403451
Binary1100011100001101001011110100101100101111110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,134,75); }

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

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

 a { background-color: rgb(99,134,75); }

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

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

 span { border-color: rgb(99,134,75); }

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