Html Css Color HEX #625806 Bronze Olive

📋 copy color: '#625806'

red 98 ◦ green 88 ◦ blue 6

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

Shades of Bronze Olive #625806

Tints of Bronze Olive #625806

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 51.04%
G = 45.83%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#625806 (or 0x625806) is known color: Bronze Olive. HEX triplet: 62, 58 and 06. RGB value is (98,88,6). Sum of RGB (Red+Green+Blue) = 98+88+6=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625806 is #9DA7F9. Grayscale: #515151. Windows color (decimal): -10332154 or 415842. OLE color: 415842.

HSL color Cylindrical-coordinate representation of color #625806: hue angle of 53.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #625806 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 88 6 -
CMYK 0 0.10 0.94 0.62
HSL 53.48º 0.88% 0.2% -
HSV(B) 53.48º 0.94% 0.38% -
XYZ 8.56 9.59 1.57 -
YUV 81.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 98 88 6 0 0.10 0.94 0.62 53.48 0.88 0.2
Hex 62 58 6 0 A 5E 3E 35 58 14
Octal 142 130 6 0 12 136 76 65 130 24
Binary 1100010 1011000 110 0 1010 1011110 111110 110101 1011000 10100

Color Harmonies of #625806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625806

Black with #625806

Text Example


Text Example

White with #625806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625806; }

 p { color: rgb(98,88,6); }

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

background-color css

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

 a { background-color: rgb(98,88,6); }

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

border-color css

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

 span { border-color: rgb(98,88,6); }

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