Html Css Color HEX #63851C Olive Drab

📋 copy color: '#63851C'

red 99 ◦ green 133 ◦ blue 28

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

Shades of Olive Drab #63851C

Tints of Olive Drab #63851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 38.08%
G = 51.15%
B = 10.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#63851C (or 0x63851C) is known color: Olive Drab. HEX triplet: 63, 85 and 1C. RGB value is (99,133,28). Sum of RGB (Red+Green+Blue) = 99+133+28=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #63851C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63851C is #9C7AE3. Grayscale: #6F6F6F. Windows color (decimal): -10255076 or 1869155. OLE color: 1869155.

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

Color convert

RGB 99 133 28 -
CMYK 0.26 0 0.79 0.48
HSL 79.43º 0.65% 0.32% -
HSV(B) 79.43º 0.79% 0.52% -
XYZ 13.74 19.51 4.14 -
YUV 110.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 99 133 28 0.26 0 0.79 0.48 79.43 0.65 0.32
Hex 63 85 1C 1A 0 4F 30 4F 41 20
Octal 143 205 34 32 0 117 60 117 101 40
Binary 1100011 10000101 11100 11010 0 1001111 110000 1001111 1000001 100000

Color Harmonies of #63851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63851C

Black with #63851C

Text Example


Text Example

White with #63851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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