Html Css Color HEX #635114 Bronze Olive

📋 copy color: '#635114'

red 99 ◦ green 81 ◦ blue 20

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

Shades of Bronze Olive #635114

Tints of Bronze Olive #635114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 49.5%
G = 40.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635114 (or 0x635114) is known color: Bronze Olive. HEX triplet: 63, 51 and 14. RGB value is (99,81,20). Sum of RGB (Red+Green+Blue) = 99+81+20=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635114 is #9CAEEB. Grayscale: #4F4F4F. Windows color (decimal): -10268396 or 1331555. OLE color: 1331555.

HSL color Cylindrical-coordinate representation of color #635114: hue angle of 46.33º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635114 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 20 -
CMYK 0 0.18 0.80 0.61
HSL 46.33º 0.66% 0.23% -
HSV(B) 46.33º 0.8% 0.39% -
XYZ 8.21 8.59 1.89 -
YUV 79.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 99 81 20 0 0.18 0.80 0.61 46.33 0.66 0.23
Hex 63 51 14 0 12 50 3D 2E 42 17
Octal 143 121 24 0 22 120 75 56 102 27
Binary 1100011 1010001 10100 0 10010 1010000 111101 101110 1000010 10111

Color Harmonies of #635114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635114

Black with #635114

Text Example


Text Example

White with #635114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635114; }

 p { color: rgb(99,81,20); }

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

background-color css

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

 a { background-color: rgb(99,81,20); }

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

border-color css

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

 span { border-color: rgb(99,81,20); }

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