Html Css Color HEX #638666 Laurel

📋 copy color: '#638666'

red 99 ◦ green 134 ◦ blue 102

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

Shades of Laurel #638666

Tints of Laurel #638666

RGB

 RED value IS 99 (39.06% from 255) = 29.55%

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

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

R = 29.55%
G = 40%
B = 30.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#638666 (or 0x638666) is known color: Laurel. HEX triplet: 63, 86 and 66. RGB value is (99,134,102). Sum of RGB (Red+Green+Blue) = 99+134+102=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #638666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638666 is #9C7999. Grayscale: #777777. Windows color (decimal): -10254746 or 6719075. OLE color: 6719075.

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

Color convert

RGB 99 134 102 -
CMYK 0.26 0 0.24 0.47
HSL 125.14º 0.15% 0.46% -
HSV(B) 125.14º 0.26% 0.53% -
XYZ 16.07 20.66 15.71 -
YUV 119.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 99 134 102 0.26 0 0.24 0.47 125.14 0.15 0.46
Hex 63 86 66 1A 0 18 2F 7D F 2E
Octal 143 206 146 32 0 30 57 175 17 56
Binary 1100011 10000110 1100110 11010 0 11000 101111 1111101 1111 101110

Color Harmonies of #638666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638666

Black with #638666

Text Example


Text Example

White with #638666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638666; }

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

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

background-color css

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

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

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

border-color css

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

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

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