Html Css Color HEX #638168 Laurel

📋 copy color: '#638168'

red 99 ◦ green 129 ◦ blue 104

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

Shades of Laurel #638168

Tints of Laurel #638168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 29.82%
G = 38.86%
B = 31.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#638168 (or 0x638168) is known color: Laurel. HEX triplet: 63, 81 and 68. RGB value is (99,129,104). Sum of RGB (Red+Green+Blue) = 99+129+104=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #638168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638168 is #9C7E97. Grayscale: #757575. Windows color (decimal): -10256024 or 6848867. OLE color: 6848867.

HSL color Cylindrical-coordinate representation of color #638168: hue angle of 130º 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 #638168 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 104 -
CMYK 0.23 0 0.19 0.49
HSL 130º 0.13% 0.45% -
HSV(B) 130º 0.23% 0.51% -
XYZ 15.49 19.35 16.02 -
YUV 117.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 99 129 104 0.23 0 0.19 0.49 130 0.13 0.45
Hex 63 81 68 17 0 13 31 82 D 2D
Octal 143 201 150 27 0 23 61 202 15 55
Binary 1100011 10000001 1101000 10111 0 10011 110001 10000010 1101 101101

Color Harmonies of #638168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638168

Black with #638168

Text Example


Text Example

White with #638168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638168; }

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

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

background-color css

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

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

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

border-color css

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

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

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