Html Css Color HEX #63936E Oxley

📋 copy color: '#63936E'

red 99 ◦ green 147 ◦ blue 110

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

Shades of Oxley #63936E

Tints of Oxley #63936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 27.81%
G = 41.29%
B = 30.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#63936E (or 0x63936E) is known color: Oxley. HEX triplet: 63, 93 and 6E. RGB value is (99,147,110). Sum of RGB (Red+Green+Blue) = 99+147+110=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #63936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63936E is #9C6C91. Grayscale: #808080. Windows color (decimal): -10251410 or 7246691. OLE color: 7246691.

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

Color convert

RGB 99 147 110 -
CMYK 0.33 0 0.25 0.42
HSL 133.75º 0.2% 0.48% -
HSV(B) 133.75º 0.33% 0.58% -
XYZ 18.39 24.65 18.54 -
YUV 128.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 99 147 110 0.33 0 0.25 0.42 133.75 0.2 0.48
Hex 63 93 6E 21 0 19 2A 86 14 30
Octal 143 223 156 41 0 31 52 206 24 60
Binary 1100011 10010011 1101110 100001 0 11001 101010 10000110 10100 110000

Color Harmonies of #63936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63936E

Black with #63936E

Text Example


Text Example

White with #63936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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