#63823A

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

Shades of Dingley #63823A

Tints of Dingley #63823A

Color information

#63823A (or 0x63823A) is unknown color: approx Dingley. HEX triplet: 63, 82 and 3A. RGB value is (99,130,58). Sum of RGB (Red+Green+Blue) = 99+130+58=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #63823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63823A is #9C7DC5. Grayscale: #707070. Windows color (decimal): -10255814 or 3834467. OLE color: 3834467.

HSL color Cylindrical-coordinate representation of color #63823A: hue angle of 85.83º 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 #63823A is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB9913058-
CMYK0.2400.550.49
HSL85.83º38.3%36.86%-
HSV(B)85.83º55.38%50.98%-
XYZ13.8918.926.92-
YUV112.5297.23118.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=34.49%
G=45.30%
B=20.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130580.2400.550.4985.8338.336.86
Hex63823A1803731562625
Octal1432027230067611264645
Binary1100011100000101110101100001101111100011010110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,130,58); }

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

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

 a { background-color: rgb(99,130,58); }

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

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

 span { border-color: rgb(99,130,58); }

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