Html Css Color HEX #638568 Laurel

📋 copy color: '#638568'

red 99 ◦ green 133 ◦ blue 104

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

Shades of Laurel #638568

Tints of Laurel #638568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 29.46%
G = 39.58%
B = 30.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#638568 (or 0x638568) is known color: Laurel. HEX triplet: 63, 85 and 68. RGB value is (99,133,104). Sum of RGB (Red+Green+Blue) = 99+133+104=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #638568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638568 is #9C7A97. Grayscale: #777777. Windows color (decimal): -10255000 or 6849891. OLE color: 6849891.

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

Color convert

RGB 99 133 104 -
CMYK 0.26 0 0.22 0.48
HSL 128.82º 0.15% 0.45% -
HSV(B) 128.82º 0.26% 0.52% -
XYZ 16.03 20.43 16.19 -
YUV 119.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 99 133 104 0.26 0 0.22 0.48 128.82 0.15 0.45
Hex 63 85 68 1A 0 16 30 81 F 2D
Octal 143 205 150 32 0 26 60 201 17 55
Binary 1100011 10000101 1101000 11010 0 10110 110000 10000001 1111 101101

Color Harmonies of #638568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638568

Black with #638568

Text Example


Text Example

White with #638568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638568; }

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

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

background-color css

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

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

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

border-color css

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

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

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