Html Css Color HEX #635014 Bronze Olive

📋 copy color: '#635014'

red 99 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #635014

Tints of Bronze Olive #635014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 49.75%
G = 40.2%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635014 (or 0x635014) is known color: Bronze Olive. HEX triplet: 63, 50 and 14. RGB value is (99,80,20). Sum of RGB (Red+Green+Blue) = 99+80+20=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #635014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635014 is #9CAFEB. Grayscale: #4F4F4F. Windows color (decimal): -10268652 or 1331299. OLE color: 1331299.

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

Color convert

RGB 99 80 20 -
CMYK 0 0.19 0.80 0.61
HSL 45.57º 0.66% 0.23% -
HSV(B) 45.57º 0.8% 0.39% -
XYZ 8.14 8.44 1.86 -
YUV 78.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 99 80 20 0 0.19 0.80 0.61 45.57 0.66 0.23
Hex 63 50 14 0 13 50 3D 2E 42 17
Octal 143 120 24 0 23 120 75 56 102 27
Binary 1100011 1010000 10100 0 10011 1010000 111101 101110 1000010 10111

Color Harmonies of #635014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635014

Black with #635014

Text Example


Text Example

White with #635014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635014; }

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

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

background-color css

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

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

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

border-color css

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

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

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