Html Css Color HEX #638465 Laurel

📋 copy color: '#638465'

red 99 ◦ green 132 ◦ blue 101

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

Shades of Laurel #638465

Tints of Laurel #638465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 29.82%
G = 39.76%
B = 30.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#638465 (or 0x638465) is known color: Laurel. HEX triplet: 63, 84 and 65. RGB value is (99,132,101). Sum of RGB (Red+Green+Blue) = 99+132+101=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #638465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638465 is #9C7B9A. Grayscale: #767676. Windows color (decimal): -10255259 or 6653027. OLE color: 6653027.

HSL color Cylindrical-coordinate representation of color #638465: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638465 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 101 -
CMYK 0.25 0 0.23 0.48
HSL 123.64º 0.14% 0.45% -
HSV(B) 123.64º 0.25% 0.52% -
XYZ 15.75 20.09 15.36 -
YUV 118.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 99 132 101 0.25 0 0.23 0.48 123.64 0.14 0.45
Hex 63 84 65 19 0 17 30 7C E 2D
Octal 143 204 145 31 0 27 60 174 16 55
Binary 1100011 10000100 1100101 11001 0 10111 110000 1111100 1110 101101

Color Harmonies of #638465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638465

Black with #638465

Text Example


Text Example

White with #638465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638465; }

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

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

background-color css

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

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

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

border-color css

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

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

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