Html Css Color HEX #63511D Bronze Olive

📋 copy color: '#63511D'

red 99 ◦ green 81 ◦ blue 29

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

Shades of Bronze Olive #63511D

Tints of Bronze Olive #63511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 47.37%
G = 38.76%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63511D (or 0x63511D) is known color: Bronze Olive. HEX triplet: 63, 51 and 1D. RGB value is (99,81,29). Sum of RGB (Red+Green+Blue) = 99+81+29=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63511D is #9CAEE2. Grayscale: #505050. Windows color (decimal): -10268387 or 1921379. OLE color: 1921379.

HSL color Cylindrical-coordinate representation of color #63511D: hue angle of 44.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63511D is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 29 -
CMYK 0 0.18 0.71 0.61
HSL 44.57º 0.55% 0.25% -
HSV(B) 44.57º 0.71% 0.39% -
XYZ 8.31 8.63 2.39 -
YUV 80.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 99 81 29 0 0.18 0.71 0.61 44.57 0.55 0.25
Hex 63 51 1D 0 12 47 3D 2D 37 19
Octal 143 121 35 0 22 107 75 55 67 31
Binary 1100011 1010001 11101 0 10010 1000111 111101 101101 110111 11001

Color Harmonies of #63511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63511D

Black with #63511D

Text Example


Text Example

White with #63511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63511D; }

 p { color: rgb(99,81,29); }

 H1.HeaderClassName
 {
   color: #63511D;
 }
 .AnyTagClassName
 {
   color: #63511D;
 }
</style>

background-color css

<style>
 a { background-color: #63511D; }

 a { background-color: rgb(99,81,29); }

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

border-color css

<style>
 span { border-color: #63511D; }

 span { border-color: rgb(99,81,29); }

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