Html Css Color HEX #638165 Laurel

📋 copy color: '#638165'

red 99 ◦ green 129 ◦ blue 101

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

Shades of Laurel #638165

Tints of Laurel #638165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 30.09%
G = 39.21%
B = 30.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#638165 (or 0x638165) is known color: Laurel. HEX triplet: 63, 81 and 65. RGB value is (99,129,101). Sum of RGB (Red+Green+Blue) = 99+129+101=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #638165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638165 is #9C7E9A. Grayscale: #747474. Windows color (decimal): -10256027 or 6652259. OLE color: 6652259.

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

Color convert

RGB 99 129 101 -
CMYK 0.23 0 0.22 0.49
HSL 124º 0.13% 0.45% -
HSV(B) 124º 0.23% 0.51% -
XYZ 15.34 19.29 15.23 -
YUV 116.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 99 129 101 0.23 0 0.22 0.49 124 0.13 0.45
Hex 63 81 65 17 0 16 31 7C D 2D
Octal 143 201 145 27 0 26 61 174 15 55
Binary 1100011 10000001 1100101 10111 0 10110 110001 1111100 1101 101101

Color Harmonies of #638165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638165

Black with #638165

Text Example


Text Example

White with #638165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638165; }

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

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

background-color css

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

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

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

border-color css

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

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

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