Html Css Color HEX #625310 Bronze Olive

📋 copy color: '#625310'

red 98 ◦ green 83 ◦ blue 16

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

Shades of Bronze Olive #625310

Tints of Bronze Olive #625310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 49.75%
G = 42.13%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#625310 (or 0x625310) is known color: Bronze Olive. HEX triplet: 62, 53 and 10. RGB value is (98,83,16). Sum of RGB (Red+Green+Blue) = 98+83+16=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625310 is #9DACEF. Grayscale: #505050. Windows color (decimal): -10333424 or 1069922. OLE color: 1069922.

HSL color Cylindrical-coordinate representation of color #625310: hue angle of 49.02º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #625310 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 83 16 -
CMYK 0 0.15 0.84 0.62
HSL 49.02º 0.72% 0.22% -
HSV(B) 49.02º 0.84% 0.38% -
XYZ 8.22 8.82 1.76 -
YUV 79.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 98 83 16 0 0.15 0.84 0.62 49.02 0.72 0.22
Hex 62 53 10 0 F 54 3E 31 48 16
Octal 142 123 20 0 17 124 76 61 110 26
Binary 1100010 1010011 10000 0 1111 1010100 111110 110001 1001000 10110

Color Harmonies of #625310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625310

Black with #625310

Text Example


Text Example

White with #625310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625310; }

 p { color: rgb(98,83,16); }

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

background-color css

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

 a { background-color: rgb(98,83,16); }

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

border-color css

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

 span { border-color: rgb(98,83,16); }

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