Html Css Color HEX #639066 Laurel

📋 copy color: '#639066'

red 99 ◦ green 144 ◦ blue 102

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

Shades of Laurel #639066

Tints of Laurel #639066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 28.7%
G = 41.74%
B = 29.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#639066 (or 0x639066) is known color: Laurel. HEX triplet: 63, 90 and 66. RGB value is (99,144,102). Sum of RGB (Red+Green+Blue) = 99+144+102=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #639066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639066 is #9C6F99. Grayscale: #7D7D7D. Windows color (decimal): -10252186 or 6721635. OLE color: 6721635.

HSL color Cylindrical-coordinate representation of color #639066: hue angle of 124º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639066 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 102 -
CMYK 0.31 0 0.29 0.44
HSL 124º 0.19% 0.48% -
HSV(B) 124º 0.31% 0.56% -
XYZ 17.52 23.56 16.19 -
YUV 125.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 99 144 102 0.31 0 0.29 0.44 124 0.19 0.48
Hex 63 90 66 1F 0 1D 2C 7C 13 30
Octal 143 220 146 37 0 35 54 174 23 60
Binary 1100011 10010000 1100110 11111 0 11101 101100 1111100 10011 110000

Color Harmonies of #639066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639066

Black with #639066

Text Example


Text Example

White with #639066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639066; }

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

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

background-color css

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

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

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

border-color css

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

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

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