Html Css Color HEX #63501A Bronze Olive

📋 copy color: '#63501A'

red 99 ◦ green 80 ◦ blue 26

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

Shades of Bronze Olive #63501A

Tints of Bronze Olive #63501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 48.29%
G = 39.02%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63501A (or 0x63501A) is known color: Bronze Olive. HEX triplet: 63, 50 and 1A. RGB value is (99,80,26). Sum of RGB (Red+Green+Blue) = 99+80+26=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #63501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501A is #9CAFE5. Grayscale: #4F4F4F. Windows color (decimal): -10268646 or 1724515. OLE color: 1724515.

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

Color convert

RGB 99 80 26 -
CMYK 0 0.19 0.74 0.61
HSL 44.38º 0.58% 0.25% -
HSV(B) 44.38º 0.74% 0.39% -
XYZ 8.2 8.46 2.18 -
YUV 79.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 99 80 26 0 0.19 0.74 0.61 44.38 0.58 0.25
Hex 63 50 1A 0 13 4A 3D 2C 3A 19
Octal 143 120 32 0 23 112 75 54 72 31
Binary 1100011 1010000 11010 0 10011 1001010 111101 101100 111010 11001

Color Harmonies of #63501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63501A

Black with #63501A

Text Example


Text Example

White with #63501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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