Html Css Color HEX #635516 Bronze Olive

📋 copy color: '#635516'

red 99 ◦ green 85 ◦ blue 22

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

Shades of Bronze Olive #635516

Tints of Bronze Olive #635516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 48.06%
G = 41.26%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#635516 (or 0x635516) is known color: Bronze Olive. HEX triplet: 63, 55 and 16. RGB value is (99,85,22). Sum of RGB (Red+Green+Blue) = 99+85+22=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635516 is #9CAAE9. Grayscale: #525252. Windows color (decimal): -10267370 or 1463651. OLE color: 1463651.

HSL color Cylindrical-coordinate representation of color #635516: hue angle of 49.09º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #635516 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 22 -
CMYK 0 0.14 0.78 0.61
HSL 49.09º 0.64% 0.24% -
HSV(B) 49.09º 0.78% 0.39% -
XYZ 8.54 9.21 2.09 -
YUV 82 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 99 85 22 0 0.14 0.78 0.61 49.09 0.64 0.24
Hex 63 55 16 0 E 4E 3D 31 40 18
Octal 143 125 26 0 16 116 75 61 100 30
Binary 1100011 1010101 10110 0 1110 1001110 111101 110001 1000000 11000

Color Harmonies of #635516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635516

Black with #635516

Text Example


Text Example

White with #635516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635516; }

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

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

background-color css

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

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

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

border-color css

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

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

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