Html Css Color HEX #65866E Laurel

📋 copy color: '#65866E'

red 101 ◦ green 134 ◦ blue 110

#65866E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #65866E

Tints of Laurel #65866E

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 29.28%
G = 38.84%
B = 31.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#65866E (or 0x65866E) is known color: Laurel. HEX triplet: 65, 86 and 6E. RGB value is (101,134,110). Sum of RGB (Red+Green+Blue) = 101+134+110=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #65866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65866E is #9A7991. Grayscale: #797979. Windows color (decimal): -10123666 or 7243365. OLE color: 7243365.

HSL color Cylindrical-coordinate representation of color #65866E: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65866E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 110 -
CMYK 0.25 0 0.18 0.47
HSL 136.36º 0.14% 0.46% -
HSV(B) 136.36º 0.25% 0.53% -
XYZ 16.71 20.94 17.91 -
YUV 121.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 101 134 110 0.25 0 0.18 0.47 136.36 0.14 0.46
Hex 65 86 6E 19 0 12 2F 88 E 2E
Octal 145 206 156 31 0 22 57 210 16 56
Binary 1100101 10000110 1101110 11001 0 10010 101111 10001000 1110 101110

Color Harmonies of #65866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65866E

Black with #65866E

Text Example


Text Example

White with #65866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65866E; }

 p { color: rgb(101,134,110); }

 H1.HeaderClassName
 {
   color: #65866E;
 }
 .AnyTagClassName
 {
   color: #65866E;
 }
</style>

background-color css

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

 a { background-color: rgb(101,134,110); }

 div.DivClassName
 {
   background-color: #65866E;
 }
 .BgClassName
 {
   background-color: #65866E;
 }
</style>

border-color css

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

 span { border-color: rgb(101,134,110); }

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