Html Css Color HEX #63926E Oxley

📋 copy color: '#63926E'

red 99 ◦ green 146 ◦ blue 110

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

Shades of Oxley #63926E

Tints of Oxley #63926E

RGB

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

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

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

R = 27.89%
G = 41.13%
B = 30.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#63926E (or 0x63926E) is known color: Oxley. HEX triplet: 63, 92 and 6E. RGB value is (99,146,110). Sum of RGB (Red+Green+Blue) = 99+146+110=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #63926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926E is #9C6D91. Grayscale: #7F7F7F. Windows color (decimal): -10251666 or 7246435. OLE color: 7246435.

HSL color Cylindrical-coordinate representation of color #63926E: hue angle of 134.04º 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 #63926E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 110 -
CMYK 0.32 0 0.25 0.43
HSL 134.04º 0.19% 0.48% -
HSV(B) 134.04º 0.32% 0.57% -
XYZ 18.24 24.34 18.49 -
YUV 127.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 99 146 110 0.32 0 0.25 0.43 134.04 0.19 0.48
Hex 63 92 6E 20 0 19 2B 86 13 30
Octal 143 222 156 40 0 31 53 206 23 60
Binary 1100011 10010010 1101110 100000 0 11001 101011 10000110 10011 110000

Color Harmonies of #63926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63926E

Black with #63926E

Text Example


Text Example

White with #63926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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