#65836C

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

Shades of Laurel #65836C

Tints of Laurel #65836C

Color information

#65836C (or 0x65836C) is unknown color: approx Laurel. HEX triplet: 65, 83 and 6C. RGB value is (101,131,108). Sum of RGB (Red+Green+Blue) = 101+131+108=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #65836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65836C is #9A7C93. Grayscale: #777777. Windows color (decimal): -10124436 or 7111525. OLE color: 7111525.

HSL color Cylindrical-coordinate representation of color #65836C: hue angle of 134º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65836C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB101131108-
CMYK0.2300.180.49
HSL134º12.93%45.49%-
HSV(B)134º22.9%51.37%-
XYZ16.1920.0817.21-
YUV119.41121.56114.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=29.71%
G=38.53%
B=31.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011311080.2300.180.4913412.9345.49
Hex65836C170123186d2d
Octal14520315427022612061555
Binary110010110000011110110010111010010110001100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65836C; }

 p { color: rgb(101,131,108); }

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

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

 a { background-color: rgb(101,131,108); }

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

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

 span { border-color: rgb(101,131,108); }

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