Html Css Color HEX #625315 Bronze Olive

📋 copy color: '#625315'

red 98 ◦ green 83 ◦ blue 21

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

Shades of Bronze Olive #625315

Tints of Bronze Olive #625315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 48.51%
G = 41.09%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#625315 (or 0x625315) is known color: Bronze Olive. HEX triplet: 62, 53 and 15. RGB value is (98,83,21). Sum of RGB (Red+Green+Blue) = 98+83+21=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #625315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625315 is #9DACEA. Grayscale: #505050. Windows color (decimal): -10333419 or 1397602. OLE color: 1397602.

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

Color convert

RGB 98 83 21 -
CMYK 0 0.15 0.79 0.62
HSL 48.31º 0.65% 0.23% -
HSV(B) 48.31º 0.79% 0.38% -
XYZ 8.27 8.84 1.98 -
YUV 80.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 98 83 21 0 0.15 0.79 0.62 48.31 0.65 0.23
Hex 62 53 15 0 F 4F 3E 30 41 17
Octal 142 123 25 0 17 117 76 60 101 27
Binary 1100010 1010011 10101 0 1111 1001111 111110 110000 1000001 10111

Color Harmonies of #625315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625315

Black with #625315

Text Example


Text Example

White with #625315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625315; }

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

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

background-color css

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

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

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

border-color css

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

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

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