Html Css Color HEX #63851F Olive Drab

📋 copy color: '#63851F'

red 99 ◦ green 133 ◦ blue 31

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

Shades of Olive Drab #63851F

Tints of Olive Drab #63851F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 37.64%
G = 50.57%
B = 11.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#63851F (or 0x63851F) is known color: Olive Drab. HEX triplet: 63, 85 and 1F. RGB value is (99,133,31). Sum of RGB (Red+Green+Blue) = 99+133+31=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #63851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63851F is #9C7AE0. Grayscale: #6F6F6F. Windows color (decimal): -10255073 or 2065763. OLE color: 2065763.

HSL color Cylindrical-coordinate representation of color #63851F: hue angle of 80º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63851F is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 31 -
CMYK 0.26 0 0.77 0.48
HSL 80º 0.62% 0.32% -
HSV(B) 80º 0.77% 0.52% -
XYZ 13.78 19.53 4.34 -
YUV 111.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 99 133 31 0.26 0 0.77 0.48 80 0.62 0.32
Hex 63 85 1F 1A 0 4D 30 50 3E 20
Octal 143 205 37 32 0 115 60 120 76 40
Binary 1100011 10000101 11111 11010 0 1001101 110000 1010000 111110 100000

Color Harmonies of #63851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63851F

Black with #63851F

Text Example


Text Example

White with #63851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63851F; }

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

 H1.HeaderClassName
 {
   color: #63851F;
 }
 .AnyTagClassName
 {
   color: #63851F;
 }
</style>

background-color css

<style>
 a { background-color: #63851F; }

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

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

border-color css

<style>
 span { border-color: #63851F; }

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

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