Html Css Color HEX #62511B Bronze Olive

📋 copy color: '#62511B'

red 98 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #62511B

Tints of Bronze Olive #62511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 47.57%
G = 39.32%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62511B (or 0x62511B) is known color: Bronze Olive. HEX triplet: 62, 51 and 1B. RGB value is (98,81,27). Sum of RGB (Red+Green+Blue) = 98+81+27=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62511B is #9DAEE4. Grayscale: #505050. Windows color (decimal): -10333925 or 1790306. OLE color: 1790306.

HSL color Cylindrical-coordinate representation of color #62511B: hue angle of 45.63º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62511B is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 81 27 -
CMYK 0 0.17 0.72 0.62
HSL 45.63º 0.57% 0.25% -
HSV(B) 45.63º 0.72% 0.38% -
XYZ 8.18 8.56 2.26 -
YUV 79.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 98 81 27 0 0.17 0.72 0.62 45.63 0.57 0.25
Hex 62 51 1B 0 11 48 3E 2E 39 19
Octal 142 121 33 0 21 110 76 56 71 31
Binary 1100010 1010001 11011 0 10001 1001000 111110 101110 111001 11001

Color Harmonies of #62511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62511B

Black with #62511B

Text Example


Text Example

White with #62511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62511B; }

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

 H1.HeaderClassName
 {
   color: #62511B;
 }
 .AnyTagClassName
 {
   color: #62511B;
 }
</style>

background-color css

<style>
 a { background-color: #62511B; }

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

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

border-color css

<style>
 span { border-color: #62511B; }

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

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