Html Css Color HEX #624E12 Bronze Olive

📋 copy color: '#624E12'

red 98 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #624E12

Tints of Bronze Olive #624E12

RGB

 RED value IS 98 (38.67% from 255) = 50.52%

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 50.52%
G = 40.21%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#624E12 (or 0x624E12) is known color: Bronze Olive. HEX triplet: 62, 4E and 12. RGB value is (98,78,18). Sum of RGB (Red+Green+Blue) = 98+78+18=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #624E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624E12 is #9DB1ED. Grayscale: #4D4D4D. Windows color (decimal): -10334702 or 1199714. OLE color: 1199714.

HSL color Cylindrical-coordinate representation of color #624E12: hue angle of 45º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #624E12 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 78 18 -
CMYK 0 0.20 0.82 0.62
HSL 45º 0.69% 0.23% -
HSV(B) 45º 0.82% 0.38% -
XYZ 7.87 8.09 1.72 -
YUV 77.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 98 78 18 0 0.20 0.82 0.62 45 0.69 0.23
Hex 62 4E 12 0 14 52 3E 2D 45 17
Octal 142 116 22 0 24 122 76 55 105 27
Binary 1100010 1001110 10010 0 10100 1010010 111110 101101 1000101 10111

Color Harmonies of #624E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624E12

Black with #624E12

Text Example


Text Example

White with #624E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624E12; }

 p { color: rgb(98,78,18); }

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

background-color css

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

 a { background-color: rgb(98,78,18); }

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

border-color css

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

 span { border-color: rgb(98,78,18); }

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