Html Css Color HEX #624D1F Bronze Olive

📋 copy color: '#624D1F'

red 98 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #624D1F

Tints of Bronze Olive #624D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

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

R = 47.57%
G = 37.38%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#624D1F (or 0x624D1F) is known color: Bronze Olive. HEX triplet: 62, 4D and 1F. RGB value is (98,77,31). Sum of RGB (Red+Green+Blue) = 98+77+31=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #624D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D1F is #9DB2E0. Grayscale: #4E4E4E. Windows color (decimal): -10334945 or 2051426. OLE color: 2051426.

HSL color Cylindrical-coordinate representation of color #624D1F: hue angle of 41.19º 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 #624D1F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 77 31 -
CMYK 0 0.21 0.68 0.62
HSL 41.19º 0.52% 0.25% -
HSV(B) 41.19º 0.68% 0.38% -
XYZ 7.94 8 2.42 -
YUV 78.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 98 77 31 0 0.21 0.68 0.62 41.19 0.52 0.25
Hex 62 4D 1F 0 15 44 3E 29 34 19
Octal 142 115 37 0 25 104 76 51 64 31
Binary 1100010 1001101 11111 0 10101 1000100 111110 101001 110100 11001

Color Harmonies of #624D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D1F

Black with #624D1F

Text Example


Text Example

White with #624D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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