Html Css Color HEX #63850E Olive Drab

📋 copy color: '#63850E'

red 99 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #63850E

Tints of Olive Drab #63850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 40.24%
G = 54.07%
B = 5.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#63850E (or 0x63850E) is known color: Olive Drab. HEX triplet: 63, 85 and 0E. RGB value is (99,133,14). Sum of RGB (Red+Green+Blue) = 99+133+14=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #63850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63850E is #9C7AF1. Grayscale: #6D6D6D. Windows color (decimal): -10255090 or 951651. OLE color: 951651.

HSL color Cylindrical-coordinate representation of color #63850E: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63850E is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 14 -
CMYK 0.26 0 0.89 0.48
HSL 77.14º 0.81% 0.29% -
HSV(B) 77.14º 0.89% 0.52% -
XYZ 13.61 19.46 3.45 -
YUV 109.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 99 133 14 0.26 0 0.89 0.48 77.14 0.81 0.29
Hex 63 85 E 1A 0 59 30 4D 51 1D
Octal 143 205 16 32 0 131 60 115 121 35
Binary 1100011 10000101 1110 11010 0 1011001 110000 1001101 1010001 11101

Color Harmonies of #63850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63850E

Black with #63850E

Text Example


Text Example

White with #63850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,133,14); }

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

background-color css

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

 a { background-color: rgb(99,133,14); }

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

border-color css

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

 span { border-color: rgb(99,133,14); }

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