Html Css Color HEX #638265 Laurel

📋 copy color: '#638265'

red 99 ◦ green 130 ◦ blue 101

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

Shades of Laurel #638265

Tints of Laurel #638265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

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

R = 30%
G = 39.39%
B = 30.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#638265 (or 0x638265) is known color: Laurel. HEX triplet: 63, 82 and 65. RGB value is (99,130,101). Sum of RGB (Red+Green+Blue) = 99+130+101=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #638265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638265 is #9C7D9A. Grayscale: #757575. Windows color (decimal): -10255771 or 6652515. OLE color: 6652515.

HSL color Cylindrical-coordinate representation of color #638265: hue angle of 123.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638265 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 101 -
CMYK 0.24 0 0.22 0.49
HSL 123.87º 0.14% 0.45% -
HSV(B) 123.87º 0.24% 0.51% -
XYZ 15.48 19.56 15.27 -
YUV 117.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 99 130 101 0.24 0 0.22 0.49 123.87 0.14 0.45
Hex 63 82 65 18 0 16 31 7C E 2D
Octal 143 202 145 30 0 26 61 174 16 55
Binary 1100011 10000010 1100101 11000 0 10110 110001 1111100 1110 101101

Color Harmonies of #638265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638265

Black with #638265

Text Example


Text Example

White with #638265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638265; }

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

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

background-color css

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

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

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

border-color css

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

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

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