Html Css Color HEX #635311 Bronze Olive

📋 copy color: '#635311'

red 99 ◦ green 83 ◦ blue 17

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

Shades of Bronze Olive #635311

Tints of Bronze Olive #635311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 17 (7.03% from 255) = 8.54%

R = 49.75%
G = 41.71%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#635311 (or 0x635311) is known color: Bronze Olive. HEX triplet: 63, 53 and 11. RGB value is (99,83,17). Sum of RGB (Red+Green+Blue) = 99+83+17=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #635311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635311 is #9CACEE. Grayscale: #505050. Windows color (decimal): -10267887 or 1135459. OLE color: 1135459.

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

Color convert

RGB 99 83 17 -
CMYK 0 0.16 0.83 0.61
HSL 48.29º 0.71% 0.23% -
HSV(B) 48.29º 0.83% 0.39% -
XYZ 8.34 8.88 1.8 -
YUV 80.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 99 83 17 0 0.16 0.83 0.61 48.29 0.71 0.23
Hex 63 53 11 0 10 53 3D 30 47 17
Octal 143 123 21 0 20 123 75 60 107 27
Binary 1100011 1010011 10001 0 10000 1010011 111101 110000 1000111 10111

Color Harmonies of #635311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635311

Black with #635311

Text Example


Text Example

White with #635311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635311; }

 p { color: rgb(99,83,17); }

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

background-color css

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

 a { background-color: rgb(99,83,17); }

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

border-color css

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

 span { border-color: rgb(99,83,17); }

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