#658543

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

Shades of Dingley #658543

Tints of Dingley #658543

Color information

#658543 (or 0x658543) is unknown color: approx Dingley. HEX triplet: 65, 85 and 43. RGB value is (101,133,67). Sum of RGB (Red+Green+Blue) = 101+133+67=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #658543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658543 is #9A7ABC. Grayscale: #747474. Windows color (decimal): -10123965 or 4425061. OLE color: 4425061.

HSL color Cylindrical-coordinate representation of color #658543: hue angle of 89.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658543 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10113367-
CMYK0.2400.500.48
HSL89.09º33%39.22%-
HSV(B)89.09º49.62%52.16%-
XYZ14.7719.958.38-
YUV115.91100.4117.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=33.55%
G=44.19%
B=22.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133670.2400.500.4889.093339.22
Hex6585431803230592127
Octal14520510330062601314147
Binary11001011000010110000111100001100101100001011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658543; }

 p { color: rgb(101,133,67); }

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

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

 a { background-color: rgb(101,133,67); }

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

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

 span { border-color: rgb(101,133,67); }

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