Html Css Color HEX #63926A Laurel

📋 copy color: '#63926A'

red 99 ◦ green 146 ◦ blue 106

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

Shades of Laurel #63926A

Tints of Laurel #63926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 28.21%
G = 41.6%
B = 30.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#63926A (or 0x63926A) is known color: Laurel. HEX triplet: 63, 92 and 6A. RGB value is (99,146,106). Sum of RGB (Red+Green+Blue) = 99+146+106=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #63926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926A is #9C6D95. Grayscale: #7F7F7F. Windows color (decimal): -10251670 or 6984291. OLE color: 6984291.

HSL color Cylindrical-coordinate representation of color #63926A: hue angle of 128.94º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63926A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 106 -
CMYK 0.32 0 0.27 0.43
HSL 128.94º 0.19% 0.48% -
HSV(B) 128.94º 0.32% 0.57% -
XYZ 18.03 24.25 17.37 -
YUV 127.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 99 146 106 0.32 0 0.27 0.43 128.94 0.19 0.48
Hex 63 92 6A 20 0 1B 2B 81 13 30
Octal 143 222 152 40 0 33 53 201 23 60
Binary 1100011 10010010 1101010 100000 0 11011 101011 10000001 10011 110000

Color Harmonies of #63926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63926A

Black with #63926A

Text Example


Text Example

White with #63926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63926A; }

 p { color: rgb(99,146,106); }

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

background-color css

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

 a { background-color: rgb(99,146,106); }

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

border-color css

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

 span { border-color: rgb(99,146,106); }

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