Html Css Color HEX #635619 Bronze Olive

📋 copy color: '#635619'

red 99 ◦ green 86 ◦ blue 25

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

Shades of Bronze Olive #635619

Tints of Bronze Olive #635619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 47.14%
G = 40.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#635619 (or 0x635619) is known color: Bronze Olive. HEX triplet: 63, 56 and 19. RGB value is (99,86,25). Sum of RGB (Red+Green+Blue) = 99+86+25=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #635619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635619 is #9CA9E6. Grayscale: #535353. Windows color (decimal): -10267111 or 1660515. OLE color: 1660515.

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

Color convert

RGB 99 86 25 -
CMYK 0 0.13 0.75 0.61
HSL 49.46º 0.6% 0.24% -
HSV(B) 49.46º 0.75% 0.39% -
XYZ 8.65 9.38 2.27 -
YUV 82.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 99 86 25 0 0.13 0.75 0.61 49.46 0.6 0.24
Hex 63 56 19 0 D 4B 3D 31 3C 18
Octal 143 126 31 0 15 113 75 61 74 30
Binary 1100011 1010110 11001 0 1101 1001011 111101 110001 111100 11000

Color Harmonies of #635619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635619

Black with #635619

Text Example


Text Example

White with #635619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635619; }

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

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

background-color css

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

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

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

border-color css

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

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

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