Html Css Color HEX #63946E Oxley

📋 copy color: '#63946E'

red 99 ◦ green 148 ◦ blue 110

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

Shades of Oxley #63946E

Tints of Oxley #63946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 27.73%
G = 41.46%
B = 30.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#63946E (or 0x63946E) is known color: Oxley. HEX triplet: 63, 94 and 6E. RGB value is (99,148,110). Sum of RGB (Red+Green+Blue) = 99+148+110=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #63946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946E is #9C6B91. Grayscale: #818181. Windows color (decimal): -10251154 or 7246947. OLE color: 7246947.

HSL color Cylindrical-coordinate representation of color #63946E: hue angle of 133.47º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63946E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 110 -
CMYK 0.33 0 0.26 0.42
HSL 133.47º 0.2% 0.48% -
HSV(B) 133.47º 0.33% 0.58% -
XYZ 18.55 24.96 18.59 -
YUV 129.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 99 148 110 0.33 0 0.26 0.42 133.47 0.2 0.48
Hex 63 94 6E 21 0 1A 2A 85 14 30
Octal 143 224 156 41 0 32 52 205 24 60
Binary 1100011 10010100 1101110 100001 0 11010 101010 10000101 10100 110000

Color Harmonies of #63946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63946E

Black with #63946E

Text Example


Text Example

White with #63946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63946E; }

 p { color: rgb(99,148,110); }

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

background-color css

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

 a { background-color: rgb(99,148,110); }

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

border-color css

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

 span { border-color: rgb(99,148,110); }

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