Html Css Color HEX #63501F Bronze Olive

📋 copy color: '#63501F'

red 99 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #63501F

Tints of Bronze Olive #63501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 47.14%
G = 38.1%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63501F (or 0x63501F) is known color: Bronze Olive. HEX triplet: 63, 50 and 1F. RGB value is (99,80,31). Sum of RGB (Red+Green+Blue) = 99+80+31=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501F is #9CAFE0. Grayscale: #505050. Windows color (decimal): -10268641 or 2052195. OLE color: 2052195.

HSL color Cylindrical-coordinate representation of color #63501F: hue angle of 43.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63501F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 31 -
CMYK 0 0.19 0.69 0.61
HSL 43.24º 0.52% 0.25% -
HSV(B) 43.24º 0.69% 0.39% -
XYZ 8.26 8.49 2.5 -
YUV 80.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 99 80 31 0 0.19 0.69 0.61 43.24 0.52 0.25
Hex 63 50 1F 0 13 45 3D 2B 34 19
Octal 143 120 37 0 23 105 75 53 64 31
Binary 1100011 1010000 11111 0 10011 1000101 111101 101011 110100 11001

Color Harmonies of #63501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63501F

Black with #63501F

Text Example


Text Example

White with #63501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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