Html Css Color HEX #65846C Laurel

📋 copy color: '#65846C'

red 101 ◦ green 132 ◦ blue 108

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

Shades of Laurel #65846C

Tints of Laurel #65846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 29.62%
G = 38.71%
B = 31.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#65846C (or 0x65846C) is known color: Laurel. HEX triplet: 65, 84 and 6C. RGB value is (101,132,108). Sum of RGB (Red+Green+Blue) = 101+132+108=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #65846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65846C is #9A7B93. Grayscale: #787878. Windows color (decimal): -10124180 or 7111781. OLE color: 7111781.

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

Color convert

RGB 101 132 108 -
CMYK 0.23 0 0.18 0.48
HSL 133.55º 0.13% 0.46% -
HSV(B) 133.55º 0.23% 0.52% -
XYZ 16.32 20.35 17.26 -
YUV 120 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 101 132 108 0.23 0 0.18 0.48 133.55 0.13 0.46
Hex 65 84 6C 17 0 12 30 86 D 2E
Octal 145 204 154 27 0 22 60 206 15 56
Binary 1100101 10000100 1101100 10111 0 10010 110000 10000110 1101 101110

Color Harmonies of #65846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65846C

Black with #65846C

Text Example


Text Example

White with #65846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65846C;
 }
 .AnyTagClassName
 {
   color: #65846C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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