Html Css Color HEX #635610 Bronze Olive

📋 copy color: '#635610'

red 99 ◦ green 86 ◦ blue 16

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

Shades of Bronze Olive #635610

Tints of Bronze Olive #635610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 49.25%
G = 42.79%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#635610 (or 0x635610) is known color: Bronze Olive. HEX triplet: 63, 56 and 10. RGB value is (99,86,16). Sum of RGB (Red+Green+Blue) = 99+86+16=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635610 is #9CA9EF. Grayscale: #525252. Windows color (decimal): -10267120 or 1070691. OLE color: 1070691.

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

Color convert

RGB 99 86 16 -
CMYK 0 0.13 0.84 0.61
HSL 50.6º 0.72% 0.23% -
HSV(B) 50.6º 0.84% 0.39% -
XYZ 8.57 9.35 1.84 -
YUV 81.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 99 86 16 0 0.13 0.84 0.61 50.6 0.72 0.23
Hex 63 56 10 0 D 54 3D 33 48 17
Octal 143 126 20 0 15 124 75 63 110 27
Binary 1100011 1010110 10000 0 1101 1010100 111101 110011 1001000 10111

Color Harmonies of #635610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635610

Black with #635610

Text Example


Text Example

White with #635610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635610; }

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

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

background-color css

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

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

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

border-color css

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

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

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