Html Css Color HEX #635613 Bronze Olive

📋 copy color: '#635613'

red 99 ◦ green 86 ◦ blue 19

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

Shades of Bronze Olive #635613

Tints of Bronze Olive #635613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

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

R = 48.53%
G = 42.16%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#635613 (or 0x635613) is known color: Bronze Olive. HEX triplet: 63, 56 and 13. RGB value is (99,86,19). Sum of RGB (Red+Green+Blue) = 99+86+19=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #635613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635613 is #9CA9EC. Grayscale: #525252. Windows color (decimal): -10267117 or 1267299. OLE color: 1267299.

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

Color convert

RGB 99 86 19 -
CMYK 0 0.13 0.81 0.61
HSL 50.25º 0.68% 0.23% -
HSV(B) 50.25º 0.81% 0.39% -
XYZ 8.59 9.36 1.97 -
YUV 82.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 99 86 19 0 0.13 0.81 0.61 50.25 0.68 0.23
Hex 63 56 13 0 D 51 3D 32 44 17
Octal 143 126 23 0 15 121 75 62 104 27
Binary 1100011 1010110 10011 0 1101 1010001 111101 110010 1000100 10111

Color Harmonies of #635613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635613

Black with #635613

Text Example


Text Example

White with #635613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635613; }

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

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

background-color css

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

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

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

border-color css

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

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

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