Html Css Color HEX #635214 Bronze Olive

📋 copy color: '#635214'

red 99 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #635214

Tints of Bronze Olive #635214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 49.25%
G = 40.8%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635214 (or 0x635214) is known color: Bronze Olive. HEX triplet: 63, 52 and 14. RGB value is (99,82,20). Sum of RGB (Red+Green+Blue) = 99+82+20=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635214 is #9CADEB. Grayscale: #505050. Windows color (decimal): -10268140 or 1331811. OLE color: 1331811.

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

Color convert

RGB 99 82 20 -
CMYK 0 0.17 0.80 0.61
HSL 47.09º 0.66% 0.23% -
HSV(B) 47.09º 0.8% 0.39% -
XYZ 8.29 8.74 1.91 -
YUV 80.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 99 82 20 0 0.17 0.80 0.61 47.09 0.66 0.23
Hex 63 52 14 0 11 50 3D 2F 42 17
Octal 143 122 24 0 21 120 75 57 102 27
Binary 1100011 1010010 10100 0 10001 1010000 111101 101111 1000010 10111

Color Harmonies of #635214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635214

Black with #635214

Text Example


Text Example

White with #635214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635214; }

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

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

background-color css

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

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

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

border-color css

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

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

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