#65816B

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

Shades of Laurel #65816B

Tints of Laurel #65816B

Color information

#65816B (or 0x65816B) is unknown color: approx Laurel. HEX triplet: 65, 81 and 6B. RGB value is (101,129,107). Sum of RGB (Red+Green+Blue) = 101+129+107=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #65816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65816B is #9A7E94. Grayscale: #767676. Windows color (decimal): -10124949 or 7045477. OLE color: 7045477.

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

Color convert

RGB101129107-
CMYK0.2200.170.49
HSL132.86º12.17%45.1%-
HSV(B)132.86º21.71%50.59%-
XYZ15.8719.5316.84-
YUV118.12121.72115.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=29.97%
G=38.28%
B=31.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011291070.2200.170.49132.8612.1745.1
Hex65816B160113185c2d
Octal14520115326021612051455
Binary110010110000001110101110110010001110001100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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