#65823A

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

Shades of Dingley #65823A

Tints of Dingley #65823A

Color information

#65823A (or 0x65823A) is unknown color: approx Dingley. HEX triplet: 65, 82 and 3A. RGB value is (101,130,58). Sum of RGB (Red+Green+Blue) = 101+130+58=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #65823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65823A is #9A7DC5. Grayscale: #717171. Windows color (decimal): -10124742 or 3834469. OLE color: 3834469.

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

Color convert

RGB10113058-
CMYK0.2200.550.49
HSL84.17º38.3%36.86%-
HSV(B)84.17º55.38%50.98%-
XYZ14.1119.046.93-
YUV113.1296.89119.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=34.95%
G=44.98%
B=20.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130580.2200.550.4984.1738.336.86
Hex65823A1603731542625
Octal1452027226067611244645
Binary1100101100000101110101011001101111100011010100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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