Html Css Color HEX #624F1F Bronze Olive

📋 copy color: '#624F1F'

red 98 ◦ green 79 ◦ blue 31

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

Shades of Bronze Olive #624F1F

Tints of Bronze Olive #624F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 47.12%
G = 37.98%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#624F1F (or 0x624F1F) is known color: Bronze Olive. HEX triplet: 62, 4F and 1F. RGB value is (98,79,31). Sum of RGB (Red+Green+Blue) = 98+79+31=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #624F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F1F is #9DB0E0. Grayscale: #4F4F4F. Windows color (decimal): -10334433 or 2051938. OLE color: 2051938.

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

Color convert

RGB 98 79 31 -
CMYK 0 0.19 0.68 0.62
HSL 42.99º 0.52% 0.25% -
HSV(B) 42.99º 0.68% 0.38% -
XYZ 8.08 8.29 2.47 -
YUV 79.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 98 79 31 0 0.19 0.68 0.62 42.99 0.52 0.25
Hex 62 4F 1F 0 13 44 3E 2B 34 19
Octal 142 117 37 0 23 104 76 53 64 31
Binary 1100010 1001111 11111 0 10011 1000100 111110 101011 110100 11001

Color Harmonies of #624F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624F1F

Black with #624F1F

Text Example


Text Example

White with #624F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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