Html Css Color HEX #66866B Laurel

📋 copy color: '#66866B'

red 102 ◦ green 134 ◦ blue 107

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

Shades of Laurel #66866B

Tints of Laurel #66866B

RGB

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

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

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

R = 29.74%
G = 39.07%
B = 31.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#66866B (or 0x66866B) is known color: Laurel. HEX triplet: 66, 86 and 6B. RGB value is (102,134,107). Sum of RGB (Red+Green+Blue) = 102+134+107=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #66866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866B is #997994. Grayscale: #797979. Windows color (decimal): -10058133 or 7046758. OLE color: 7046758.

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

Color convert

RGB 102 134 107 -
CMYK 0.24 0 0.20 0.47
HSL 129.38º 0.14% 0.46% -
HSV(B) 129.38º 0.24% 0.53% -
XYZ 16.66 20.94 17.07 -
YUV 121.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 102 134 107 0.24 0 0.20 0.47 129.38 0.14 0.46
Hex 66 86 6B 18 0 14 2F 81 E 2E
Octal 146 206 153 30 0 24 57 201 16 56
Binary 1100110 10000110 1101011 11000 0 10100 101111 10000001 1110 101110

Color Harmonies of #66866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66866B

Black with #66866B

Text Example


Text Example

White with #66866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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