Html Css Color HEX #635017 Bronze Olive

📋 copy color: '#635017'

red 99 ◦ green 80 ◦ blue 23

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

Shades of Bronze Olive #635017

Tints of Bronze Olive #635017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 49.01%
G = 39.6%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#635017 (or 0x635017) is known color: Bronze Olive. HEX triplet: 63, 50 and 17. RGB value is (99,80,23). Sum of RGB (Red+Green+Blue) = 99+80+23=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635017 is #9CAFE8. Grayscale: #4F4F4F. Windows color (decimal): -10268649 or 1527907. OLE color: 1527907.

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

Color convert

RGB 99 80 23 -
CMYK 0 0.19 0.77 0.61
HSL 45º 0.62% 0.24% -
HSV(B) 45º 0.77% 0.39% -
XYZ 8.17 8.45 2.01 -
YUV 79.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 99 80 23 0 0.19 0.77 0.61 45 0.62 0.24
Hex 63 50 17 0 13 4D 3D 2D 3E 18
Octal 143 120 27 0 23 115 75 55 76 30
Binary 1100011 1010000 10111 0 10011 1001101 111101 101101 111110 11000

Color Harmonies of #635017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635017

Black with #635017

Text Example


Text Example

White with #635017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635017; }

 p { color: rgb(99,80,23); }

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

background-color css

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

 a { background-color: rgb(99,80,23); }

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

border-color css

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

 span { border-color: rgb(99,80,23); }

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