Html Css Color HEX #63996D Oxley

📋 copy color: '#63996D'

red 99 ◦ green 153 ◦ blue 109

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

Shades of Oxley #63996D

Tints of Oxley #63996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 27.42%
G = 42.38%
B = 30.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#63996D (or 0x63996D) is known color: Oxley. HEX triplet: 63, 99 and 6D. RGB value is (99,153,109). Sum of RGB (Red+Green+Blue) = 99+153+109=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #63996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63996D is #9C6692. Grayscale: #838383. Windows color (decimal): -10249875 or 7182691. OLE color: 7182691.

HSL color Cylindrical-coordinate representation of color #63996D: hue angle of 131.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63996D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 109 -
CMYK 0.35 0 0.29 0.4
HSL 131.11º 0.21% 0.49% -
HSV(B) 131.11º 0.35% 0.6% -
XYZ 19.3 26.54 18.57 -
YUV 131.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 99 153 109 0.35 0 0.29 0.4 131.11 0.21 0.49
Hex 63 99 6D 23 0 1D 28 83 15 31
Octal 143 231 155 43 0 35 50 203 25 61
Binary 1100011 10011001 1101101 100011 0 11101 101000 10000011 10101 110001

Color Harmonies of #63996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63996D

Black with #63996D

Text Example


Text Example

White with #63996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63996D; }

 p { color: rgb(99,153,109); }

 H1.HeaderClassName
 {
   color: #63996D;
 }
 .AnyTagClassName
 {
   color: #63996D;
 }
</style>

background-color css

<style>
 a { background-color: #63996D; }

 a { background-color: rgb(99,153,109); }

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

border-color css

<style>
 span { border-color: #63996D; }

 span { border-color: rgb(99,153,109); }

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