Html Css Color HEX #638665 Laurel

📋 copy color: '#638665'

red 99 ◦ green 134 ◦ blue 101

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

Shades of Laurel #638665

Tints of Laurel #638665

RGB

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

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

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

R = 29.64%
G = 40.12%
B = 30.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#638665 (or 0x638665) is known color: Laurel. HEX triplet: 63, 86 and 65. RGB value is (99,134,101). Sum of RGB (Red+Green+Blue) = 99+134+101=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #638665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638665 is #9C799A. Grayscale: #777777. Windows color (decimal): -10254747 or 6653539. OLE color: 6653539.

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

Color convert

RGB 99 134 101 -
CMYK 0.26 0 0.25 0.47
HSL 123.43º 0.15% 0.46% -
HSV(B) 123.43º 0.26% 0.53% -
XYZ 16.02 20.64 15.45 -
YUV 119.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 99 134 101 0.26 0 0.25 0.47 123.43 0.15 0.46
Hex 63 86 65 1A 0 19 2F 7B F 2E
Octal 143 206 145 32 0 31 57 173 17 56
Binary 1100011 10000110 1100101 11010 0 11001 101111 1111011 1111 101110

Color Harmonies of #638665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638665

Black with #638665

Text Example


Text Example

White with #638665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638665; }

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

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

background-color css

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

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

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

border-color css

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

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

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