Html Css Color HEX #675418 Bronze Olive

📋 copy color: '#675418'

red 103 ◦ green 84 ◦ blue 24

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

Shades of Bronze Olive #675418

Tints of Bronze Olive #675418

RGB

 RED value IS 103 (40.63% from 255) = 48.82%

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 48.82%
G = 39.81%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#675418 (or 0x675418) is known color: Bronze Olive. HEX triplet: 67, 54 and 18. RGB value is (103,84,24). Sum of RGB (Red+Green+Blue) = 103+84+24=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #675418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675418 is #98ABE7. Grayscale: #535353. Windows color (decimal): -10005480 or 1594471. OLE color: 1594471.

HSL color Cylindrical-coordinate representation of color #675418: hue angle of 45.57º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #675418 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 84 24 -
CMYK 0 0.18 0.77 0.60
HSL 45.57º 0.62% 0.25% -
HSV(B) 45.57º 0.77% 0.4% -
XYZ 8.93 9.29 2.19 -
YUV 82.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 103 84 24 0 0.18 0.77 0.60 45.57 0.62 0.25
Hex 67 54 18 0 12 4D 3C 2E 3E 19
Octal 147 124 30 0 22 115 74 56 76 31
Binary 1100111 1010100 11000 0 10010 1001101 111100 101110 111110 11001

Color Harmonies of #675418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675418

Black with #675418

Text Example


Text Example

White with #675418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675418; }

 p { color: rgb(103,84,24); }

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

background-color css

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

 a { background-color: rgb(103,84,24); }

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

border-color css

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

 span { border-color: rgb(103,84,24); }

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