Html Css Color HEX #65866B Laurel

📋 copy color: '#65866B'

red 101 ◦ green 134 ◦ blue 107

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

Shades of Laurel #65866B

Tints of Laurel #65866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 29.53%
G = 39.18%
B = 31.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#65866B (or 0x65866B) is known color: Laurel. HEX triplet: 65, 86 and 6B. RGB value is (101,134,107). Sum of RGB (Red+Green+Blue) = 101+134+107=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #65866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65866B is #9A7994. Grayscale: #797979. Windows color (decimal): -10123669 or 7046757. OLE color: 7046757.

HSL color Cylindrical-coordinate representation of color #65866B: hue angle of 130.91º 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 #65866B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 107 -
CMYK 0.25 0 0.20 0.47
HSL 130.91º 0.14% 0.46% -
HSV(B) 130.91º 0.25% 0.53% -
XYZ 16.55 20.88 17.07 -
YUV 121.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 101 134 107 0.25 0 0.20 0.47 130.91 0.14 0.46
Hex 65 86 6B 19 0 14 2F 83 E 2E
Octal 145 206 153 31 0 24 57 203 16 56
Binary 1100101 10000110 1101011 11001 0 10100 101111 10000011 1110 101110

Color Harmonies of #65866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65866B

Black with #65866B

Text Example


Text Example

White with #65866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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