Html Css Color HEX #635517 Bronze Olive

📋 copy color: '#635517'

red 99 ◦ green 85 ◦ blue 23

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

Shades of Bronze Olive #635517

Tints of Bronze Olive #635517

RGB

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

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

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

R = 47.83%
G = 41.06%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#635517 (or 0x635517) is known color: Bronze Olive. HEX triplet: 63, 55 and 17. RGB value is (99,85,23). Sum of RGB (Red+Green+Blue) = 99+85+23=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #635517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635517 is #9CAAE8. Grayscale: #525252. Windows color (decimal): -10267369 or 1529187. OLE color: 1529187.

HSL color Cylindrical-coordinate representation of color #635517: hue angle of 48.95º 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 #635517 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 23 -
CMYK 0 0.14 0.77 0.61
HSL 48.95º 0.62% 0.24% -
HSV(B) 48.95º 0.77% 0.39% -
XYZ 8.55 9.21 2.14 -
YUV 82.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 99 85 23 0 0.14 0.77 0.61 48.95 0.62 0.24
Hex 63 55 17 0 E 4D 3D 31 3E 18
Octal 143 125 27 0 16 115 75 61 76 30
Binary 1100011 1010101 10111 0 1110 1001101 111101 110001 111110 11000

Color Harmonies of #635517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635517

Black with #635517

Text Example


Text Example

White with #635517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635517; }

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

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

background-color css

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

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

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

border-color css

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

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

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