Html Css Color HEX #658166 Laurel

📋 copy color: '#658166'

red 101 ◦ green 129 ◦ blue 102

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

Shades of Laurel #658166

Tints of Laurel #658166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 30.42%
G = 38.86%
B = 30.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#658166 (or 0x658166) is known color: Laurel. HEX triplet: 65, 81 and 66. RGB value is (101,129,102). Sum of RGB (Red+Green+Blue) = 101+129+102=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #658166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658166 is #9A7E99. Grayscale: #757575. Windows color (decimal): -10124954 or 6717797. OLE color: 6717797.

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

Color convert

RGB 101 129 102 -
CMYK 0.22 0 0.21 0.49
HSL 122.14º 0.12% 0.45% -
HSV(B) 122.14º 0.22% 0.51% -
XYZ 15.62 19.43 15.5 -
YUV 117.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 101 129 102 0.22 0 0.21 0.49 122.14 0.12 0.45
Hex 65 81 66 16 0 15 31 7A C 2D
Octal 145 201 146 26 0 25 61 172 14 55
Binary 1100101 10000001 1100110 10110 0 10101 110001 1111010 1100 101101

Color Harmonies of #658166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658166

Black with #658166

Text Example


Text Example

White with #658166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658166; }

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

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

background-color css

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

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

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

border-color css

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

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

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