Html Css Color HEX #624C1A Bronze Olive

📋 copy color: '#624C1A'

red 98 ◦ green 76 ◦ blue 26

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

Shades of Bronze Olive #624C1A

Tints of Bronze Olive #624C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

 BLUE value IS 26 (10.55% from 255) = 13%

R = 49%
G = 38%
B = 13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#624C1A (or 0x624C1A) is known color: Bronze Olive. HEX triplet: 62, 4C and 1A. RGB value is (98,76,26). Sum of RGB (Red+Green+Blue) = 98+76+26=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #624C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C1A is #9DB3E5. Grayscale: #4D4D4D. Windows color (decimal): -10335206 or 1723490. OLE color: 1723490.

HSL color Cylindrical-coordinate representation of color #624C1A: hue angle of 41.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #624C1A is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 76 26 -
CMYK 0 0.22 0.73 0.62
HSL 41.67º 0.58% 0.24% -
HSV(B) 41.67º 0.73% 0.38% -
XYZ 7.81 7.84 2.08 -
YUV 76.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 98 76 26 0 0.22 0.73 0.62 41.67 0.58 0.24
Hex 62 4C 1A 0 16 49 3E 2A 3A 18
Octal 142 114 32 0 26 111 76 52 72 30
Binary 1100010 1001100 11010 0 10110 1001001 111110 101010 111010 11000

Color Harmonies of #624C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624C1A

Black with #624C1A

Text Example


Text Example

White with #624C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624C1A; }

 p { color: rgb(98,76,26); }

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

background-color css

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

 a { background-color: rgb(98,76,26); }

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

border-color css

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

 span { border-color: rgb(98,76,26); }

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