Html Css Color HEX #635210 Bronze Olive

📋 copy color: '#635210'

red 99 ◦ green 82 ◦ blue 16

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

Shades of Bronze Olive #635210

Tints of Bronze Olive #635210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 50.25%
G = 41.62%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#635210 (or 0x635210) is known color: Bronze Olive. HEX triplet: 63, 52 and 10. RGB value is (99,82,16). Sum of RGB (Red+Green+Blue) = 99+82+16=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635210 is #9CADEF. Grayscale: #4F4F4F. Windows color (decimal): -10268144 or 1069667. OLE color: 1069667.

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

Color convert

RGB 99 82 16 -
CMYK 0 0.17 0.84 0.61
HSL 47.71º 0.72% 0.23% -
HSV(B) 47.71º 0.84% 0.39% -
XYZ 8.26 8.72 1.74 -
YUV 79.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 99 82 16 0 0.17 0.84 0.61 47.71 0.72 0.23
Hex 63 52 10 0 11 54 3D 30 48 17
Octal 143 122 20 0 21 124 75 60 110 27
Binary 1100011 1010010 10000 0 10001 1010100 111101 110000 1001000 10111

Color Harmonies of #635210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635210

Black with #635210

Text Example


Text Example

White with #635210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635210; }

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

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

background-color css

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

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

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

border-color css

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

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

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