Html Css Color HEX #638467 Laurel

📋 copy color: '#638467'

red 99 ◦ green 132 ◦ blue 103

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

Shades of Laurel #638467

Tints of Laurel #638467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 29.64%
G = 39.52%
B = 30.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#638467 (or 0x638467) is known color: Laurel. HEX triplet: 63, 84 and 67. RGB value is (99,132,103). Sum of RGB (Red+Green+Blue) = 99+132+103=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #638467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638467 is #9C7B98. Grayscale: #767676. Windows color (decimal): -10255257 or 6784099. OLE color: 6784099.

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

Color convert

RGB 99 132 103 -
CMYK 0.25 0 0.22 0.48
HSL 127.27º 0.14% 0.45% -
HSV(B) 127.27º 0.25% 0.52% -
XYZ 15.85 20.13 15.88 -
YUV 118.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 99 132 103 0.25 0 0.22 0.48 127.27 0.14 0.45
Hex 63 84 67 19 0 16 30 7F E 2D
Octal 143 204 147 31 0 26 60 177 16 55
Binary 1100011 10000100 1100111 11001 0 10110 110000 1111111 1110 101101

Color Harmonies of #638467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638467

Black with #638467

Text Example


Text Example

White with #638467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638467; }

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

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

background-color css

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

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

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

border-color css

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

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

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