Html Css Color HEX #635513 Bronze Olive

📋 copy color: '#635513'

red 99 ◦ green 85 ◦ blue 19

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

Shades of Bronze Olive #635513

Tints of Bronze Olive #635513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 48.77%
G = 41.87%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#635513 (or 0x635513) is known color: Bronze Olive. HEX triplet: 63, 55 and 13. RGB value is (99,85,19). Sum of RGB (Red+Green+Blue) = 99+85+19=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #635513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635513 is #9CAAEC. Grayscale: #515151. Windows color (decimal): -10267373 or 1267043. OLE color: 1267043.

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

Color convert

RGB 99 85 19 -
CMYK 0 0.14 0.81 0.61
HSL 49.5º 0.68% 0.23% -
HSV(B) 49.5º 0.81% 0.39% -
XYZ 8.51 9.2 1.94 -
YUV 81.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 99 85 19 0 0.14 0.81 0.61 49.5 0.68 0.23
Hex 63 55 13 0 E 51 3D 32 44 17
Octal 143 125 23 0 16 121 75 62 104 27
Binary 1100011 1010101 10011 0 1110 1010001 111101 110010 1000100 10111

Color Harmonies of #635513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635513

Black with #635513

Text Example


Text Example

White with #635513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635513; }

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

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

background-color css

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

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

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

border-color css

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

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

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