#65826B

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

Shades of Laurel #65826B

Tints of Laurel #65826B

Color information

#65826B (or 0x65826B) is unknown color: approx Laurel. HEX triplet: 65, 82 and 6B. RGB value is (101,130,107). Sum of RGB (Red+Green+Blue) = 101+130+107=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #65826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65826B is #9A7D94. Grayscale: #767676. Windows color (decimal): -10124693 or 7045733. OLE color: 7045733.

HSL color Cylindrical-coordinate representation of color #65826B: hue angle of 132.41º degrees, saturation: 0.13, 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 #65826B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB101130107-
CMYK0.2200.180.49
HSL132.41º12.55%45.29%-
HSV(B)132.41º22.31%50.98%-
XYZ1619.7916.89-
YUV118.71121.39115.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=29.88%
G=38.46%
B=31.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011301070.2200.180.49132.4112.5545.29
Hex65826B160123184d2d
Octal14520215326022612041555
Binary110010110000010110101110110010010110001100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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