Html Css Color HEX #63511E Bronze Olive

📋 copy color: '#63511E'

red 99 ◦ green 81 ◦ blue 30

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

Shades of Bronze Olive #63511E

Tints of Bronze Olive #63511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 47.14%
G = 38.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63511E (or 0x63511E) is known color: Bronze Olive. HEX triplet: 63, 51 and 1E. RGB value is (99,81,30). Sum of RGB (Red+Green+Blue) = 99+81+30=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63511E is #9CAEE1. Grayscale: #505050. Windows color (decimal): -10268386 or 1986915. OLE color: 1986915.

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

Color convert

RGB 99 81 30 -
CMYK 0 0.18 0.70 0.61
HSL 44.35º 0.53% 0.25% -
HSV(B) 44.35º 0.7% 0.39% -
XYZ 8.32 8.63 2.46 -
YUV 80.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 99 81 30 0 0.18 0.70 0.61 44.35 0.53 0.25
Hex 63 51 1E 0 12 46 3D 2C 35 19
Octal 143 121 36 0 22 106 75 54 65 31
Binary 1100011 1010001 11110 0 10010 1000110 111101 101100 110101 11001

Color Harmonies of #63511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63511E

Black with #63511E

Text Example


Text Example

White with #63511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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