Html Css Color HEX #625422 Bronze Olive

📋 copy color: '#625422'

red 98 ◦ green 84 ◦ blue 34

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

Shades of Bronze Olive #625422

Tints of Bronze Olive #625422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 45.37%
G = 38.89%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#625422 (or 0x625422) is known color: Bronze Olive. HEX triplet: 62, 54 and 22. RGB value is (98,84,34). Sum of RGB (Red+Green+Blue) = 98+84+34=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #625422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625422 is #9DABDD. Grayscale: #525252. Windows color (decimal): -10333150 or 2249826. OLE color: 2249826.

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

Color convert

RGB 98 84 34 -
CMYK 0 0.14 0.65 0.62
HSL 46.88º 0.48% 0.26% -
HSV(B) 46.88º 0.65% 0.38% -
XYZ 8.5 9.05 2.81 -
YUV 82.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 98 84 34 0 0.14 0.65 0.62 46.88 0.48 0.26
Hex 62 54 22 0 E 41 3E 2F 30 1A
Octal 142 124 42 0 16 101 76 57 60 32
Binary 1100010 1010100 100010 0 1110 1000001 111110 101111 110000 11010

Color Harmonies of #625422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625422

Black with #625422

Text Example


Text Example

White with #625422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625422; }

 p { color: rgb(98,84,34); }

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

background-color css

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

 a { background-color: rgb(98,84,34); }

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

border-color css

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

 span { border-color: rgb(98,84,34); }

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