Html Css Color HEX #66816C Laurel

📋 copy color: '#66816C'

red 102 ◦ green 129 ◦ blue 108

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

Shades of Laurel #66816C

Tints of Laurel #66816C

RGB

 RED value IS 102 (40.23% from 255) = 30.09%

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 30.09%
G = 38.05%
B = 31.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#66816C (or 0x66816C) is known color: Laurel. HEX triplet: 66, 81 and 6C. RGB value is (102,129,108). Sum of RGB (Red+Green+Blue) = 102+129+108=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #66816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816C is #997E93. Grayscale: #767676. Windows color (decimal): -10059412 or 7111014. OLE color: 7111014.

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

Color convert

RGB 102 129 108 -
CMYK 0.21 0 0.16 0.49
HSL 133.33º 0.12% 0.45% -
HSV(B) 133.33º 0.21% 0.51% -
XYZ 16.04 19.61 17.13 -
YUV 118.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 102 129 108 0.21 0 0.16 0.49 133.33 0.12 0.45
Hex 66 81 6C 15 0 10 31 85 C 2D
Octal 146 201 154 25 0 20 61 205 14 55
Binary 1100110 10000001 1101100 10101 0 10000 110001 10000101 1100 101101

Color Harmonies of #66816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66816C

Black with #66816C

Text Example


Text Example

White with #66816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,129,108); }

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

background-color css

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

 a { background-color: rgb(102,129,108); }

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

border-color css

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

 span { border-color: rgb(102,129,108); }

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