Html Css Color HEX #625512 Bronze Olive

📋 copy color: '#625512'

red 98 ◦ green 85 ◦ blue 18

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

Shades of Bronze Olive #625512

Tints of Bronze Olive #625512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 48.76%
G = 42.29%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#625512 (or 0x625512) is known color: Bronze Olive. HEX triplet: 62, 55 and 12. RGB value is (98,85,18). Sum of RGB (Red+Green+Blue) = 98+85+18=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625512 is #9DAAED. Grayscale: #515151. Windows color (decimal): -10332910 or 1201506. OLE color: 1201506.

HSL color Cylindrical-coordinate representation of color #625512: hue angle of 50.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #625512 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 85 18 -
CMYK 0 0.13 0.82 0.62
HSL 50.25º 0.69% 0.23% -
HSV(B) 50.25º 0.82% 0.38% -
XYZ 8.39 9.14 1.89 -
YUV 81.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 98 85 18 0 0.13 0.82 0.62 50.25 0.69 0.23
Hex 62 55 12 0 D 52 3E 32 45 17
Octal 142 125 22 0 15 122 76 62 105 27
Binary 1100010 1010101 10010 0 1101 1010010 111110 110010 1000101 10111

Color Harmonies of #625512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625512

Black with #625512

Text Example


Text Example

White with #625512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625512; }

 p { color: rgb(98,85,18); }

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

background-color css

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

 a { background-color: rgb(98,85,18); }

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

border-color css

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

 span { border-color: rgb(98,85,18); }

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