Html Css Color HEX #63846B Laurel

📋 copy color: '#63846B'

red 99 ◦ green 132 ◦ blue 107

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

Shades of Laurel #63846B

Tints of Laurel #63846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 29.29%
G = 39.05%
B = 31.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#63846B (or 0x63846B) is known color: Laurel. HEX triplet: 63, 84 and 6B. RGB value is (99,132,107). Sum of RGB (Red+Green+Blue) = 99+132+107=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #63846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63846B is #9C7B94. Grayscale: #777777. Windows color (decimal): -10255253 or 7046243. OLE color: 7046243.

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

Color convert

RGB 99 132 107 -
CMYK 0.25 0 0.19 0.48
HSL 134.55º 0.14% 0.45% -
HSV(B) 134.55º 0.25% 0.52% -
XYZ 16.05 20.22 16.97 -
YUV 119.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 99 132 107 0.25 0 0.19 0.48 134.55 0.14 0.45
Hex 63 84 6B 19 0 13 30 87 E 2D
Octal 143 204 153 31 0 23 60 207 16 55
Binary 1100011 10000100 1101011 11001 0 10011 110000 10000111 1110 101101

Color Harmonies of #63846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63846B

Black with #63846B

Text Example


Text Example

White with #63846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63846B; }

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

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

background-color css

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

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

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

border-color css

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

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

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