Html Css Color HEX #62510F Bronze Olive

📋 copy color: '#62510F'

red 98 ◦ green 81 ◦ blue 15

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

Shades of Bronze Olive #62510F

Tints of Bronze Olive #62510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 50.52%
G = 41.75%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62510F (or 0x62510F) is known color: Bronze Olive. HEX triplet: 62, 51 and 0F. RGB value is (98,81,15). Sum of RGB (Red+Green+Blue) = 98+81+15=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62510F is #9DAEF0. Grayscale: #4E4E4E. Windows color (decimal): -10333937 or 1003874. OLE color: 1003874.

HSL color Cylindrical-coordinate representation of color #62510F: hue angle of 47.71º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62510F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 81 15 -
CMYK 0 0.17 0.85 0.62
HSL 47.71º 0.73% 0.22% -
HSV(B) 47.71º 0.85% 0.38% -
XYZ 8.07 8.52 1.67 -
YUV 78.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 98 81 15 0 0.17 0.85 0.62 47.71 0.73 0.22
Hex 62 51 F 0 11 55 3E 30 49 16
Octal 142 121 17 0 21 125 76 60 111 26
Binary 1100010 1010001 1111 0 10001 1010101 111110 110000 1001001 10110

Color Harmonies of #62510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62510F

Black with #62510F

Text Example


Text Example

White with #62510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62510F; }

 p { color: rgb(98,81,15); }

 H1.HeaderClassName
 {
   color: #62510F;
 }
 .AnyTagClassName
 {
   color: #62510F;
 }
</style>

background-color css

<style>
 a { background-color: #62510F; }

 a { background-color: rgb(98,81,15); }

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

border-color css

<style>
 span { border-color: #62510F; }

 span { border-color: rgb(98,81,15); }

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