Html Css Color HEX #635414 Bronze Olive

📋 copy color: '#635414'

red 99 ◦ green 84 ◦ blue 20

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

Shades of Bronze Olive #635414

Tints of Bronze Olive #635414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 48.77%
G = 41.38%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635414 (or 0x635414) is known color: Bronze Olive. HEX triplet: 63, 54 and 14. RGB value is (99,84,20). Sum of RGB (Red+Green+Blue) = 99+84+20=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #635414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635414 is #9CABEB. Grayscale: #515151. Windows color (decimal): -10267628 or 1332323. OLE color: 1332323.

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

Color convert

RGB 99 84 20 -
CMYK 0 0.15 0.80 0.61
HSL 48.61º 0.66% 0.23% -
HSV(B) 48.61º 0.8% 0.39% -
XYZ 8.44 9.04 1.96 -
YUV 81.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 99 84 20 0 0.15 0.80 0.61 48.61 0.66 0.23
Hex 63 54 14 0 F 50 3D 31 42 17
Octal 143 124 24 0 17 120 75 61 102 27
Binary 1100011 1010100 10100 0 1111 1010000 111101 110001 1000010 10111

Color Harmonies of #635414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635414

Black with #635414

Text Example


Text Example

White with #635414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635414; }

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

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

background-color css

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

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

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

border-color css

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

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

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