Html Css Color HEX #634E14 Bronze Olive

📋 copy color: '#634E14'

red 99 ◦ green 78 ◦ blue 20

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

Shades of Bronze Olive #634E14

Tints of Bronze Olive #634E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.59%

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

R = 50.25%
G = 39.59%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#634E14 (or 0x634E14) is known color: Bronze Olive. HEX triplet: 63, 4E and 14. RGB value is (99,78,20). Sum of RGB (Red+Green+Blue) = 99+78+20=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E14 is #9CB1EB. Grayscale: #4D4D4D. Windows color (decimal): -10269164 or 1330787. OLE color: 1330787.

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

Color convert

RGB 99 78 20 -
CMYK 0 0.21 0.80 0.61
HSL 44.05º 0.66% 0.23% -
HSV(B) 44.05º 0.8% 0.39% -
XYZ 8 8.15 1.81 -
YUV 77.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 99 78 20 0 0.21 0.80 0.61 44.05 0.66 0.23
Hex 63 4E 14 0 15 50 3D 2C 42 17
Octal 143 116 24 0 25 120 75 54 102 27
Binary 1100011 1001110 10100 0 10101 1010000 111101 101100 1000010 10111

Color Harmonies of #634E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E14

Black with #634E14

Text Example


Text Example

White with #634E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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