Html Css Color HEX #624F1E Bronze Olive

📋 copy color: '#624F1E'

red 98 ◦ green 79 ◦ blue 30

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

Shades of Bronze Olive #624F1E

Tints of Bronze Olive #624F1E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.16%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 47.34%
G = 38.16%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#624F1E (or 0x624F1E) is known color: Bronze Olive. HEX triplet: 62, 4F and 1E. RGB value is (98,79,30). Sum of RGB (Red+Green+Blue) = 98+79+30=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #624F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F1E is #9DB0E1. Grayscale: #4F4F4F. Windows color (decimal): -10334434 or 1986402. OLE color: 1986402.

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

Color convert

RGB 98 79 30 -
CMYK 0 0.19 0.69 0.62
HSL 43.24º 0.53% 0.25% -
HSV(B) 43.24º 0.69% 0.38% -
XYZ 8.07 8.28 2.4 -
YUV 79.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 98 79 30 0 0.19 0.69 0.62 43.24 0.53 0.25
Hex 62 4F 1E 0 13 45 3E 2B 35 19
Octal 142 117 36 0 23 105 76 53 65 31
Binary 1100010 1001111 11110 0 10011 1000101 111110 101011 110101 11001

Color Harmonies of #624F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624F1E

Black with #624F1E

Text Example


Text Example

White with #624F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,79,30); }

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

background-color css

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

 a { background-color: rgb(98,79,30); }

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

border-color css

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

 span { border-color: rgb(98,79,30); }

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