#65814B

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

Shades of Dingley #65814B

Tints of Dingley #65814B

Color information

#65814B (or 0x65814B) is unknown color: approx Dingley. HEX triplet: 65, 81 and 4B. RGB value is (101,129,75). Sum of RGB (Red+Green+Blue) = 101+129+75=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #65814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65814B is #9A7EB4. Grayscale: #727272. Windows color (decimal): -10124981 or 4948325. OLE color: 4948325.

HSL color Cylindrical-coordinate representation of color #65814B: hue angle of 91.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65814B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB10112975-
CMYK0.2200.420.49
HSL91.11º26.47%40%-
HSV(B)91.11º41.86%50.59%-
XYZ14.4918.989.56-
YUV114.47105.72118.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=33.11%
G=42.30%
B=24.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129750.2200.420.4991.1126.4740
Hex65814B1602A315b1a28
Octal14520111326052611333250
Binary1100101100000011001011101100101010110001101101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,129,75); }

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

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

 a { background-color: rgb(101,129,75); }

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

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

 span { border-color: rgb(101,129,75); }

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