Html Css Color HEX #638866 Laurel

📋 copy color: '#638866'

red 99 ◦ green 136 ◦ blue 102

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

Shades of Laurel #638866

Tints of Laurel #638866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

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

R = 29.38%
G = 40.36%
B = 30.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#638866 (or 0x638866) is known color: Laurel. HEX triplet: 63, 88 and 66. RGB value is (99,136,102). Sum of RGB (Red+Green+Blue) = 99+136+102=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #638866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638866 is #9C7799. Grayscale: #797979. Windows color (decimal): -10254234 or 6719587. OLE color: 6719587.

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

Color convert

RGB 99 136 102 -
CMYK 0.27 0 0.25 0.47
HSL 124.86º 0.16% 0.46% -
HSV(B) 124.86º 0.27% 0.53% -
XYZ 16.35 21.22 15.8 -
YUV 121.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 99 136 102 0.27 0 0.25 0.47 124.86 0.16 0.46
Hex 63 88 66 1B 0 19 2F 7D 10 2E
Octal 143 210 146 33 0 31 57 175 20 56
Binary 1100011 10001000 1100110 11011 0 11001 101111 1111101 10000 101110

Color Harmonies of #638866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638866

Black with #638866

Text Example


Text Example

White with #638866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638866; }

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

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

background-color css

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

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

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

border-color css

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

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

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