Html Css Color HEX #638669 Laurel

📋 copy color: '#638669'

red 99 ◦ green 134 ◦ blue 105

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

Shades of Laurel #638669

Tints of Laurel #638669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 29.29%
G = 39.64%
B = 31.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#638669 (or 0x638669) is known color: Laurel. HEX triplet: 63, 86 and 69. RGB value is (99,134,105). Sum of RGB (Red+Green+Blue) = 99+134+105=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #638669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638669 is #9C7996. Grayscale: #787878. Windows color (decimal): -10254743 or 6915683. OLE color: 6915683.

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

Color convert

RGB 99 134 105 -
CMYK 0.26 0 0.22 0.47
HSL 130.29º 0.15% 0.46% -
HSV(B) 130.29º 0.26% 0.53% -
XYZ 16.22 20.72 16.51 -
YUV 120.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 99 134 105 0.26 0 0.22 0.47 130.29 0.15 0.46
Hex 63 86 69 1A 0 16 2F 82 F 2E
Octal 143 206 151 32 0 26 57 202 17 56
Binary 1100011 10000110 1101001 11010 0 10110 101111 10000010 1111 101110

Color Harmonies of #638669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638669

Black with #638669

Text Example


Text Example

White with #638669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638669; }

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

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

background-color css

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

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

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

border-color css

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

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

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