Html Css Color HEX #625324 Bronze Olive

📋 copy color: '#625324'

red 98 ◦ green 83 ◦ blue 36

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

Shades of Bronze Olive #625324

Tints of Bronze Olive #625324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 45.16%
G = 38.25%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#625324 (or 0x625324) is known color: Bronze Olive. HEX triplet: 62, 53 and 24. RGB value is (98,83,36). Sum of RGB (Red+Green+Blue) = 98+83+36=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #625324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625324 is #9DACDB. Grayscale: #525252. Windows color (decimal): -10333404 or 2380642. OLE color: 2380642.

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

Color convert

RGB 98 83 36 -
CMYK 0 0.15 0.63 0.62
HSL 45.48º 0.46% 0.26% -
HSV(B) 45.48º 0.63% 0.38% -
XYZ 8.45 8.91 2.94 -
YUV 82.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 98 83 36 0 0.15 0.63 0.62 45.48 0.46 0.26
Hex 62 53 24 0 F 3F 3E 2D 2E 1A
Octal 142 123 44 0 17 77 76 55 56 32
Binary 1100010 1010011 100100 0 1111 111111 111110 101101 101110 11010

Color Harmonies of #625324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625324

Black with #625324

Text Example


Text Example

White with #625324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625324; }

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

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

background-color css

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

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

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

border-color css

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

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

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