Html Css Color HEX #625314 Bronze Olive

📋 copy color: '#625314'

red 98 ◦ green 83 ◦ blue 20

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

Shades of Bronze Olive #625314

Tints of Bronze Olive #625314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 48.76%
G = 41.29%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#625314 (or 0x625314) is known color: Bronze Olive. HEX triplet: 62, 53 and 14. RGB value is (98,83,20). Sum of RGB (Red+Green+Blue) = 98+83+20=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625314 is #9DACEB. Grayscale: #505050. Windows color (decimal): -10333420 or 1332066. OLE color: 1332066.

HSL color Cylindrical-coordinate representation of color #625314: hue angle of 48.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #625314 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 83 20 -
CMYK 0 0.15 0.80 0.62
HSL 48.46º 0.66% 0.23% -
HSV(B) 48.46º 0.8% 0.38% -
XYZ 8.26 8.83 1.93 -
YUV 80.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 98 83 20 0 0.15 0.80 0.62 48.46 0.66 0.23
Hex 62 53 14 0 F 50 3E 30 42 17
Octal 142 123 24 0 17 120 76 60 102 27
Binary 1100010 1010011 10100 0 1111 1010000 111110 110000 1000010 10111

Color Harmonies of #625314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625314

Black with #625314

Text Example


Text Example

White with #625314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625314; }

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

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

background-color css

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

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

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

border-color css

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

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

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