Html Css Color HEX #63550F Bronze Olive

📋 copy color: '#63550F'

red 99 ◦ green 85 ◦ blue 15

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

Shades of Bronze Olive #63550F

Tints of Bronze Olive #63550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 49.75%
G = 42.71%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63550F (or 0x63550F) is known color: Bronze Olive. HEX triplet: 63, 55 and 0F. RGB value is (99,85,15). Sum of RGB (Red+Green+Blue) = 99+85+15=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550F is #9CAAF0. Grayscale: #515151. Windows color (decimal): -10267377 or 1004899. OLE color: 1004899.

HSL color Cylindrical-coordinate representation of color #63550F: hue angle of 50º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63550F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 15 -
CMYK 0 0.14 0.85 0.61
HSL 50º 0.74% 0.22% -
HSV(B) 50º 0.85% 0.39% -
XYZ 8.48 9.18 1.78 -
YUV 81.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 99 85 15 0 0.14 0.85 0.61 50 0.74 0.22
Hex 63 55 F 0 E 55 3D 32 4A 16
Octal 143 125 17 0 16 125 75 62 112 26
Binary 1100011 1010101 1111 0 1110 1010101 111101 110010 1001010 10110

Color Harmonies of #63550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63550F

Black with #63550F

Text Example


Text Example

White with #63550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,85,15); }

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

background-color css

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

 a { background-color: rgb(99,85,15); }

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

border-color css

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

 span { border-color: rgb(99,85,15); }

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