Html Css Color HEX #63956E Oxley

📋 copy color: '#63956E'

red 99 ◦ green 149 ◦ blue 110

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

Shades of Oxley #63956E

Tints of Oxley #63956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

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

R = 27.65%
G = 41.62%
B = 30.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#63956E (or 0x63956E) is known color: Oxley. HEX triplet: 63, 95 and 6E. RGB value is (99,149,110). Sum of RGB (Red+Green+Blue) = 99+149+110=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #63956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63956E is #9C6A91. Grayscale: #818181. Windows color (decimal): -10250898 or 7247203. OLE color: 7247203.

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

Color convert

RGB 99 149 110 -
CMYK 0.34 0 0.26 0.42
HSL 133.2º 0.2% 0.49% -
HSV(B) 133.2º 0.34% 0.58% -
XYZ 18.71 25.27 18.64 -
YUV 129.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 99 149 110 0.34 0 0.26 0.42 133.2 0.2 0.49
Hex 63 95 6E 22 0 1A 2A 85 14 31
Octal 143 225 156 42 0 32 52 205 24 61
Binary 1100011 10010101 1101110 100010 0 11010 101010 10000101 10100 110001

Color Harmonies of #63956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63956E

Black with #63956E

Text Example


Text Example

White with #63956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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