Html Css Color HEX #638865 Laurel

📋 copy color: '#638865'

red 99 ◦ green 136 ◦ blue 101

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

Shades of Laurel #638865

Tints of Laurel #638865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 29.46%
G = 40.48%
B = 30.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#638865 (or 0x638865) is known color: Laurel. HEX triplet: 63, 88 and 65. RGB value is (99,136,101). Sum of RGB (Red+Green+Blue) = 99+136+101=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #638865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638865 is #9C779A. Grayscale: #797979. Windows color (decimal): -10254235 or 6654051. OLE color: 6654051.

HSL color Cylindrical-coordinate representation of color #638865: hue angle of 123.24º 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 #638865 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 101 -
CMYK 0.27 0 0.26 0.47
HSL 123.24º 0.16% 0.46% -
HSV(B) 123.24º 0.27% 0.53% -
XYZ 16.3 21.2 15.55 -
YUV 120.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 99 136 101 0.27 0 0.26 0.47 123.24 0.16 0.46
Hex 63 88 65 1B 0 1A 2F 7B 10 2E
Octal 143 210 145 33 0 32 57 173 20 56
Binary 1100011 10001000 1100101 11011 0 11010 101111 1111011 10000 101110

Color Harmonies of #638865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638865

Black with #638865

Text Example


Text Example

White with #638865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638865; }

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

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

background-color css

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

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

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

border-color css

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

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

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