Html Css Color HEX #635215 Bronze Olive

📋 copy color: '#635215'

red 99 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #635215

Tints of Bronze Olive #635215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 49.01%
G = 40.59%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#635215 (or 0x635215) is known color: Bronze Olive. HEX triplet: 63, 52 and 15. RGB value is (99,82,21). Sum of RGB (Red+Green+Blue) = 99+82+21=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635215 is #9CADEA. Grayscale: #505050. Windows color (decimal): -10268139 or 1397347. OLE color: 1397347.

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

Color convert

RGB 99 82 21 -
CMYK 0 0.17 0.79 0.61
HSL 46.92º 0.65% 0.24% -
HSV(B) 46.92º 0.79% 0.39% -
XYZ 8.3 8.74 1.96 -
YUV 80.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 99 82 21 0 0.17 0.79 0.61 46.92 0.65 0.24
Hex 63 52 15 0 11 4F 3D 2F 41 18
Octal 143 122 25 0 21 117 75 57 101 30
Binary 1100011 1010010 10101 0 10001 1001111 111101 101111 1000001 11000

Color Harmonies of #635215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635215

Black with #635215

Text Example


Text Example

White with #635215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635215; }

 p { color: rgb(99,82,21); }

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

background-color css

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

 a { background-color: rgb(99,82,21); }

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

border-color css

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

 span { border-color: rgb(99,82,21); }

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